Click here to Skip to main content
15,914,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to check an empty VARIANT in VC++ Pin
pandit8429-May-09 0:34
pandit8429-May-09 0:34 
AnswerRe: How to check an empty VARIANT in VC++ Pin
«_Superman_»29-May-09 0:40
professional«_Superman_»29-May-09 0:40 
AnswerRe: How to check an empty VARIANT in VC++ Pin
_AnsHUMAN_ 29-May-09 0:43
_AnsHUMAN_ 29-May-09 0:43 
QuestionPrinter settings Pin
AnayKulkarni28-May-09 23:15
AnayKulkarni28-May-09 23:15 
AnswerRe: Printer settings Pin
«_Superman_»28-May-09 23:23
professional«_Superman_»28-May-09 23:23 
GeneralRe: Printer settings Pin
AnayKulkarni28-May-09 23:55
AnayKulkarni28-May-09 23:55 
QuestionRe: Printer settings Pin
«_Superman_»29-May-09 0:41
professional«_Superman_»29-May-09 0:41 
QuestionGetLocalDiskNames Pin
p_196028-May-09 20:48
p_196028-May-09 20:48 
AnswerRe: GetLocalDiskNames Pin
Hamid_RT28-May-09 21:15
Hamid_RT28-May-09 21:15 
QuestionSend data bits through USB Pin
mythlace28-May-09 20:24
mythlace28-May-09 20:24 
AnswerRe: Send data bits through USB Pin
Cedric Moonen28-May-09 20:36
Cedric Moonen28-May-09 20:36 
GeneralRe: Send data bits through USB Pin
«_Superman_»28-May-09 20:41
professional«_Superman_»28-May-09 20:41 
GeneralRe: Send data bits through USB Pin
mythlace28-May-09 20:43
mythlace28-May-09 20:43 
GeneralRe: Send data bits through USB Pin
Cedric Moonen28-May-09 20:51
Cedric Moonen28-May-09 20:51 
GeneralRe: Send data bits through USB Pin
mythlace28-May-09 21:01
mythlace28-May-09 21:01 
GeneralRe: Send data bits through USB Pin
Cedric Moonen28-May-09 21:10
Cedric Moonen28-May-09 21:10 
You need to have at least something on your robot that has a USB port (some kind of micro-controller with a USB port). You need to also to have a driver installed on the computer that is able to communicate with this device.
So, I really don't understand what you are trying to achieve: do oyu have some kind of micro-controller that has a USB port on your robot ? If no, I don't see how you are going to communicate with your robot over USB if your robot doesn't even have a USB port Unsure | :~

So, once you have your USB device (a micro-controller with a USB port for instance), this device should have been supplied with a driver (and documentation). The driver has to be installed on your computer and you have to access the driver if you want to send information to your robot. That's how it works, you can't open the USB port directly, you need to have a driver installed on your computer which takes care of the communication with your USB device.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

AnswerRe: Send data bits through USB Pin
bolivar12329-May-09 9:00
bolivar12329-May-09 9:00 
QuestionHow to measure wstring memory size? Pin
cozyu28-May-09 20:16
cozyu28-May-09 20:16 
AnswerRe: How to measure wstring memory size? Pin
Cedric Moonen28-May-09 20:18
Cedric Moonen28-May-09 20:18 
AnswerRe: How to measure wstring memory size? Pin
«_Superman_»28-May-09 20:43
professional«_Superman_»28-May-09 20:43 
GeneralRe: How to measure wstring memory size? Pin
Cedric Moonen28-May-09 20:58
Cedric Moonen28-May-09 20:58 
GeneralRe: How to measure wstring memory size? Pin
«_Superman_»28-May-09 21:07
professional«_Superman_»28-May-09 21:07 
GeneralRe: How to measure wstring memory size? Pin
Cedric Moonen28-May-09 21:11
Cedric Moonen28-May-09 21:11 
GeneralRe: How to measure wstring memory size? Pin
«_Superman_»28-May-09 21:13
professional«_Superman_»28-May-09 21:13 
GeneralRe: How to measure wstring memory size? Pin
Cedric Moonen28-May-09 21:20
Cedric Moonen28-May-09 21:20 

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.