USB interfacing help
Link |
by yumeNOnaka
on 2006-01-23 01:42:47
| |||
I had confused with my technical tasks about USB, i just want to know how the USB transfer and recevie data and what function in C++ to call / read register with USB device. help me...
|
Re: USB interfacing help
|
I am mostly a hardware person, but from what I have seen, most people that want to program for the usb port will use a predefined driver packaged associated with the hardware controller. From what I gather, after the package is used, the usb port becomes transparent to the programmer. If you are using windows, here is a package I have seen used. http://www.thesycon.de/eng/usbio.shtml I guess the answer depends on what you are plannign to use the usb for. If you want to know more about the actual hardware interface and the communication protocal between devices (Ie bit level with data packaging information) I can help you more. But, for information about programming... I do not know that much. I just hope this helps point you in the right direction. |
Re: USB interfacing help
Link |
by yumeNOnaka
on 2006-01-27 20:13:03
| |||
hmm thats links its not very useful deenko... sigh, USB thecnical still for developer.. i hate that... btw, USB its a good interface to conect many device, i want to make some device with USB... i found some in technick.net, but the thecnical link has expired... (sigh)
|