// JP opened flex table

Click to See Complete Forum and Search --> : USB device host application


fatboyslim
September 8th, 2004, 04:45 AM
am new to USB and i want to develop a windows application in vc++ which can read and write data to the USB device. The USB device is on an aplication board with USB interface. I have taken the HANDLE of the device using createfile function, But now i want to write data to this device using writefile or deviceIoControl , and i am getting a return error code of value 1, which means Wrong function.

Does anyone has some idea
Please help
Thanx in advance

frbowen
October 7th, 2004, 11:50 AM
is the device an HID?

frbowen
October 7th, 2004, 11:52 AM
if it is an HID, check out this website:

http://www.lvr.com/hidpage.htm#MyExampleCode

//JP added flex table