Hello All: I have a question con
Hello All: I have a question con
(OP)
Hello All:
I have a question concerning driver design utilizing C, and or object oriented C++. I am designing a small microprocessor Motorola HC908 to handle USB Communications. I would like to learn the driver design aspect of putting this project together and would appreciate any websites and literature that is available to instruct me in this endeavor.
Sincerley;
Xray
I have a question concerning driver design utilizing C, and or object oriented C++. I am designing a small microprocessor Motorola HC908 to handle USB Communications. I would like to learn the driver design aspect of putting this project together and would appreciate any websites and literature that is available to instruct me in this endeavor.
Sincerley;
Xray





RE: Hello All: I have a question con
You forgot to tell us what operating system this has to run under. Device drivers are *real* operating system specific little creatures.
I checked the Motorola web site and found two PDF files. I don't know if they will help you. Here are the URLs:
http://e-www.motorola.com/brdata/PDFDB/docs/AN2185.pdf
http://e-www.motorola.com/brdata/PDFDB/docs/AN-HK-33.pdf
I'll do a literature search and see if I can find something better.
-Kevin
RE: Hello All: I have a question con
RE: Hello All: I have a question con
I'm in a similar situation having built a USB interface
similar to motorola USB08 evaluation board.
I have struggled to communicate with the device using
Visual C++ under windows 98.
I have collected many example programs etc
Perhaps we can both solve our respective problems.
Regards
Cameron