USB communication
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
HI all, how we can communicate with usb device from the mfc? means if the usb device is installed then how to communicate with it? does CreateFile will be benefiticial? if anyone know's some link please forward to me Thanks and regards Harshal
-
HI all, how we can communicate with usb device from the mfc? means if the usb device is installed then how to communicate with it? does CreateFile will be benefiticial? if anyone know's some link please forward to me Thanks and regards Harshal
There's nothing special to it. You can use normal file handling routines. Just like how you write a file to your hard disk.
Nobody can give you wiser advice than yourself. - Cicero