Click here to Skip to main content
16,004,974 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Output formatting Pin
David Crow24-Jan-05 3:25
David Crow24-Jan-05 3:25 
GeneralRe: Output formatting Pin
hugPW24-Jan-05 5:40
hugPW24-Jan-05 5:40 
GeneralRe: Output formatting Pin
David Crow24-Jan-05 9:02
David Crow24-Jan-05 9:02 
GeneralRe: Output formatting Pin
hugPW24-Jan-05 5:43
hugPW24-Jan-05 5:43 
QuestionHow to open USB port? Pin
eli1502197923-Jan-05 21:12
eli1502197923-Jan-05 21:12 
AnswerRe: How to open USB port? Pin
Cedric Moonen23-Jan-05 21:32
Cedric Moonen23-Jan-05 21:32 
GeneralRe: How to open USB port? Pin
eli1502197923-Jan-05 21:44
eli1502197923-Jan-05 21:44 
GeneralRe: How to open USB port? Pin
Cedric Moonen23-Jan-05 21:55
Cedric Moonen23-Jan-05 21:55 
Ok, so here forget about the second part of my message, that was just in case of a specific USB device (no virtual COM port).
For your case, first check which port number is created by your adapted (plug your cable and check this in the device manager: you will have the complete list of ports that are on the computer with their numbers). The second thing is that you don't need to provide the ":" this is just "COM1".
One last thing is that ports greater than 9 must be opened like this: "\\.\COM10" (don't forget to supply a double '\' if coded in a string...)
AnswerRe: How to open USB port? Pin
namaskaaram24-Jan-05 1:43
namaskaaram24-Jan-05 1:43 
Generalchar to int Pin
doneirik23-Jan-05 20:15
doneirik23-Jan-05 20:15 
GeneralRe: char to int Pin
Cedric Moonen23-Jan-05 21:05
Cedric Moonen23-Jan-05 21:05 
GeneralRe: char to int Pin
doneirik23-Jan-05 21:27
doneirik23-Jan-05 21:27 
GeneralRe: char to int Pin
toxcct23-Jan-05 21:59
toxcct23-Jan-05 21:59 
GeneralSHCreateDirectory() Pin
Monisankar23-Jan-05 20:01
Monisankar23-Jan-05 20:01 
GeneralRe: SHCreateDirectory() Pin
ThatsAlok23-Jan-05 20:09
ThatsAlok23-Jan-05 20:09 
GeneralRe: SHCreateDirectory() Pin
Michael Dunn23-Jan-05 20:52
sitebuilderMichael Dunn23-Jan-05 20:52 
Generalvariable duration/scope Pin
Galen_223-Jan-05 19:05
Galen_223-Jan-05 19:05 
GeneralRe: variable duration/scope Pin
toxcct23-Jan-05 22:11
toxcct23-Jan-05 22:11 
GeneralRe: variable duration/scope Pin
Galen_225-Jan-05 5:03
Galen_225-Jan-05 5:03 
GeneralRe: variable duration/scope Pin
Blake Miller25-Jan-05 5:30
Blake Miller25-Jan-05 5:30 
GeneralCSocket Receive Stucks Pin
anaknakal23-Jan-05 18:59
anaknakal23-Jan-05 18:59 
Generalclass type redifinition Pin
aj168223-Jan-05 18:51
aj168223-Jan-05 18:51 
GeneralRe: class type redifinition Pin
ThatsAlok23-Jan-05 19:03
ThatsAlok23-Jan-05 19:03 
GeneralRe: class type redifinition Pin
aj168223-Jan-05 19:39
aj168223-Jan-05 19:39 
GeneralRe: class type redifinition Pin
toxcct23-Jan-05 22:03
toxcct23-Jan-05 22:03 

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.