I'm working on an interface between parallel port and USB and its going to be used to get data from a signal sampling device(parallel port) and transfer it to the PC(USB).
My first problem is that I'm not sure what class my device would go under(is it HID class?).the other problem is that should the device work in isochronous mode?
by the way output from the sampling device is from a 8051 micro(not sure about the model yet) and we are going to use a pdiusbd12 in our interface board.
thx
I'm working on an interface between parallel port and USB and its going to be used to get data from a signal sampling device(parallel port) and transfer it to the PC(USB).
My first problem is that I'm not sure what class my device would go under(is it HID class
i got the minidrivers for the pdiusbd12 evaluation board.there is one for bulk transfers and another for isochronous.
are these drivers enough for me to communicate with my device?
and also i am using windows DDK 2003 - sp1 and i found a general purpose minidriver for isochrounous transfer in the samples directory(wdm\usb\isousb).
does anybody knows if i can use this driver (or which parts i should change or add to make it usable)?