Click here to Skip to main content
15,916,601 members
Home / Discussions / C#
   

C#

 
AnswerRe: when i click on it for drop down,it should be displayed all available fontsizes in it Pin
Alan Balkany18-Sep-08 4:13
Alan Balkany18-Sep-08 4:13 
QuestionRaising a number to a given power in c# Pin
Angelinna18-Sep-08 1:54
Angelinna18-Sep-08 1:54 
AnswerRe: Raising a number to a given power in c# Pin
Giorgi Dalakishvili18-Sep-08 2:00
mentorGiorgi Dalakishvili18-Sep-08 2:00 
AnswerRe: Raising a number to a given power in c# Pin
selcuks18-Sep-08 2:00
selcuks18-Sep-08 2:00 
GeneralRe: Raising a number to a given power in c# Pin
Angelinna18-Sep-08 4:41
Angelinna18-Sep-08 4:41 
Question.NET Remoting Pin
stancrm18-Sep-08 1:22
stancrm18-Sep-08 1:22 
AnswerRe: .NET Remoting Pin
Harvey Saayman18-Sep-08 1:38
Harvey Saayman18-Sep-08 1:38 
QuestionCom Port Emulation Pin
Harvey Saayman18-Sep-08 0:56
Harvey Saayman18-Sep-08 0:56 
Hey guys... I'm in a bit of a pickle

[backgroundInfo]
The program in question is used to communicate with an external device(fingerprint scanner). Im using the manufacturers SDK to achieve this. What basically happens in the code is a connection is established to the device via serial, lan or *modem. After the connection has been successfully established methods are called for retrieving data etc, etc.

*modem communication is my problem
[/backgroundInfo]

Now the serial and network work perfectly, the modem does not. The method to establish connection via modem is not documented in any way and the more i try and explain to the manufacturers(who cant speak engwish velly goot) to send me code examples of how to establish a modem connection to their hardware using their SDK, the more they send me manuals to create a new dial-up network connection in windows manually D'Oh! | :doh:

Now the only "workaround" i can think of right now is to create a connection between the two GSM modems via a GSM wrapper that i found here on CP somewhere, and SOMEHOW emulate that connection to a serial port... That way i can just use the SDK's serial connection method which looks like this.

if (ZKclass.Connect_Com(comPort, deviceNumber, baudeRate))
{
    //call methods here
}


I'm totally lost, im not even sure if this approach is possible.

Any thoughts and/or ideas are appreciated

Thank you

Harvey Saayman - South Africa
Junior Developer
.Net, C#, SQL

you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer)
1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111

AnswerRe: Com Port Emulation Pin
Mbah Dhaim18-Sep-08 3:52
Mbah Dhaim18-Sep-08 3:52 
QuestionWorking With MCI Control? Pin
developer.ravish18-Sep-08 0:43
developer.ravish18-Sep-08 0:43 
AnswerRe: Working With MCI Control? Pin
Giorgi Dalakishvili18-Sep-08 0:53
mentorGiorgi Dalakishvili18-Sep-08 0:53 
AnswerRe: Working With MCI Control? Pin
Mogaambo18-Sep-08 1:21
Mogaambo18-Sep-08 1:21 
QuestionRound Button Pin
developer.ravish18-Sep-08 0:38
developer.ravish18-Sep-08 0:38 
AnswerRe: Round Button Pin
Giorgi Dalakishvili18-Sep-08 0:52
mentorGiorgi Dalakishvili18-Sep-08 0:52 
AnswerRe: Round Button Pin
developer.ravish18-Sep-08 21:51
developer.ravish18-Sep-08 21:51 
QuestionC# code for summing up Pin
Angelinna18-Sep-08 0:04
Angelinna18-Sep-08 0:04 
GeneralRe: C# code for summing up Pin
Pete O'Hanlon18-Sep-08 0:37
mvePete O'Hanlon18-Sep-08 0:37 
GeneralRe: C# code for summing up Pin
Angelinna18-Sep-08 1:34
Angelinna18-Sep-08 1:34 
AnswerRe: C# code for summing up Pin
leppie18-Sep-08 0:38
leppie18-Sep-08 0:38 
AnswerRe: C# code for summing up Pin
Guffa18-Sep-08 1:31
Guffa18-Sep-08 1:31 
GeneralRe: C# code for summing up Pin
Angelinna18-Sep-08 1:37
Angelinna18-Sep-08 1:37 
GeneralRe: C# code for summing up Pin
Guffa18-Sep-08 2:24
Guffa18-Sep-08 2:24 
GeneralRe: C# code for summing up Pin
Pete O'Hanlon18-Sep-08 3:53
mvePete O'Hanlon18-Sep-08 3:53 
AnswerRe: C# code for summing up Pin
Alan Balkany18-Sep-08 4:21
Alan Balkany18-Sep-08 4:21 
GeneralRe: C# code for summing up Pin
Angelinna18-Sep-08 4:44
Angelinna18-Sep-08 4:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.