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

C / C++ / MFC

 
AnswerRe: _itot and _iota Pin
_AnsHUMAN_ 18-May-06 20:19
_AnsHUMAN_ 18-May-06 20:19 
GeneralRe: _itot and _iota Pin
baldha rakesh18-May-06 23:58
baldha rakesh18-May-06 23:58 
GeneralRe: _itot and _iota Pin
_AnsHUMAN_ 19-May-06 1:11
_AnsHUMAN_ 19-May-06 1:11 
GeneralRe: _itot and _iota Pin
baldha rakesh19-May-06 3:39
baldha rakesh19-May-06 3:39 
AnswerRe: _itot and _iota Pin
Laxman Auti18-May-06 20:45
Laxman Auti18-May-06 20:45 
AnswerRe: _itot and _iota Pin
David Crow19-May-06 3:38
David Crow19-May-06 3:38 
QuestionCan I use ReadFile/WriteFile for USB device's handle? Pin
Takanobu Maekawa18-May-06 20:07
Takanobu Maekawa18-May-06 20:07 
AnswerRe: Can I use ReadFile/WriteFile for USB device's handle? Pin
Cedric Moonen18-May-06 20:34
Cedric Moonen18-May-06 20:34 
I depends of the USB device you are using. USB communications are much more complex than simple serial communication. In fact, you have several pipes that can be either Bulk (no loss of data but no timing guaranties) or isochronous (time guaranties but not reliable). If you use DeviceIOControl, you are able to send command to the driver to make some special operations, like creating new pipes, sending data on a specific pipe, ... But of course, all of that depends of the driver (and what it provides as functionalities). As the driver is supplied with the device, you should have received documentation with it.

Now, the driver is perhaps done in a way to ease the development so it takes some specific actions when you call ReadFile and WriteFile (maybe there is only one pipe that was opened and calling these functions will simply read and write on the existing pipe).

So, if your colleague knows about what he's speaking, then it's ok Smile | :)


Cédric Moonen
Software developer

Charting control
GeneralRe: Can I use ReadFile/WriteFile for USB device's handle? Pin
Eytukan18-May-06 21:36
Eytukan18-May-06 21:36 
GeneralRe: Can I use ReadFile/WriteFile for USB device's handle? Pin
Cedric Moonen18-May-06 21:39
Cedric Moonen18-May-06 21:39 
GeneralRe: Can I use ReadFile/WriteFile for USB device's handle? Pin
Eytukan18-May-06 21:45
Eytukan18-May-06 21:45 
GeneralRe: Can I use ReadFile/WriteFile for USB device's handle? Pin
Cedric Moonen18-May-06 21:47
Cedric Moonen18-May-06 21:47 
GeneralRe: Can I use ReadFile/WriteFile for USB device's handle? Pin
Eytukan18-May-06 21:57
Eytukan18-May-06 21:57 
AnswerRe: Can I use ReadFile/WriteFile for USB device's handle? Pin
NiceNaidu18-May-06 23:34
NiceNaidu18-May-06 23:34 
QuestionWhat is operation of "Overlay Mixer" Filter? Pin
Andy Rama18-May-06 20:01
Andy Rama18-May-06 20:01 
QuestionSending a web page to client on socket Pin
shuchigo_jane18-May-06 19:52
shuchigo_jane18-May-06 19:52 
QuestionCreating a Socket , where firewall is installed Pin
zahid_ash18-May-06 19:24
zahid_ash18-May-06 19:24 
AnswerRe: Creating a Socket , where firewall is installed Pin
ThatsAlok18-May-06 20:04
ThatsAlok18-May-06 20:04 
GeneralRe: Creating a Socket , where firewall is installed Pin
zahid_ash18-May-06 20:24
zahid_ash18-May-06 20:24 
GeneralRe: Creating a Socket , where firewall is installed Pin
Eytukan18-May-06 21:37
Eytukan18-May-06 21:37 
Questionpre compiled header files ? Pin
Krishnatv18-May-06 19:17
Krishnatv18-May-06 19:17 
AnswerRe: pre compiled header files ? Pin
_AnsHUMAN_ 18-May-06 19:27
_AnsHUMAN_ 18-May-06 19:27 
GeneralRe: pre compiled header files ? Pin
Krishnatv18-May-06 19:37
Krishnatv18-May-06 19:37 
GeneralRe: pre compiled header files ? Pin
_AnsHUMAN_ 18-May-06 19:53
_AnsHUMAN_ 18-May-06 19:53 
GeneralRe: pre compiled header files ? Pin
Stephen Hewitt18-May-06 19:55
Stephen Hewitt18-May-06 19:55 

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.