Click here to Skip to main content
15,906,333 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to read/write data from/to USB port ? Pin
ashokbngr2-May-07 0:58
ashokbngr2-May-07 0:58 
GeneralRe: How to read/write data from/to USB port ? Pin
Cedric Moonen2-May-07 1:10
Cedric Moonen2-May-07 1:10 
JokeRe: How to read/write data from/to USB port ? Pin
David Crow2-May-07 2:47
David Crow2-May-07 2:47 
GeneralRe: How to read/write data from/to USB port ? Pin
Mark Salsbery2-May-07 5:40
Mark Salsbery2-May-07 5:40 
GeneralRe: How to read/write data from/to USB port ? Pin
Hamid_RT2-May-07 7:43
Hamid_RT2-May-07 7:43 
GeneralRe: How to read/write data from/to USB port ? Pin
Rajesh R Subramanian2-May-07 8:48
professionalRajesh R Subramanian2-May-07 8:48 
GeneralRe: How to read/write data from/to USB port ? Pin
Mark Salsbery2-May-07 8:58
Mark Salsbery2-May-07 8:58 
AnswerRe: How to read/write data from/to USB port ? Pin
GuyM2-May-07 0:54
GuyM2-May-07 0:54 
Well, that depends on the driver for your specific device.
If your device's USB driver acts like a serial-port then you need the ReadFile() and WriteFile() (just like in a serial port)
Otherwise, you'll have to refer to the documentation/spec of your device ...
GeneralRe: How to read/write data from/to USB port ? Pin
ashokbngr2-May-07 0:58
ashokbngr2-May-07 0:58 
GeneralRe: How to read/write data from/to USB port ? Pin
GuyM2-May-07 1:27
GuyM2-May-07 1:27 
QuestionHow can i get the user accounts for the computer in vc++ Pin
habeesh1-May-07 23:47
habeesh1-May-07 23:47 
QuestionRe: How can i get the user accounts for the computer in vc++ Pin
kakan2-May-07 1:26
professionalkakan2-May-07 1:26 
JokeRe: How can i get the user accounts for the computer in vc++ Pin
David Crow2-May-07 2:49
David Crow2-May-07 2:49 
GeneralRe: How can i get the user accounts for the computer in vc++ Pin
Rajesh R Subramanian2-May-07 8:49
professionalRajesh R Subramanian2-May-07 8:49 
QuestionHow to write CString value to txt file??? Pin
viet_ha1-May-07 23:44
viet_ha1-May-07 23:44 
AnswerRe: How to write CString value to txt file??? Pin
toxcct1-May-07 23:59
toxcct1-May-07 23:59 
AnswerRe: How to write CString value to txt file??? Pin
CPallini2-May-07 0:08
mveCPallini2-May-07 0:08 
GeneralRe: How to write CString value to txt file??? Pin
viet_ha2-May-07 0:15
viet_ha2-May-07 0:15 
AnswerRe: How to write CString value to txt file??? Pin
Hamid_RT2-May-07 1:43
Hamid_RT2-May-07 1:43 
GeneralRe: How to write CString value to txt file??? Pin
toxcct2-May-07 2:11
toxcct2-May-07 2:11 
GeneralRe: How to write CString value to txt file??? Pin
Hamid_RT2-May-07 7:44
Hamid_RT2-May-07 7:44 
AnswerRe: How to write CString value to txt file??? Pin
cp98762-May-07 2:13
cp98762-May-07 2:13 
GeneralRe: How to write CString value to txt file??? Pin
toxcct2-May-07 2:17
toxcct2-May-07 2:17 
GeneralRe: How to write CString value to txt file??? Pin
cp98762-May-07 4:06
cp98762-May-07 4:06 
GeneralRe: How to write CString value to txt file??? Pin
toxcct2-May-07 4:11
toxcct2-May-07 4:11 

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.