From: David G. <dav...@po...> - 2008-12-07 22:19:17
|
Alexandre Ferrieux wrote: > Now is there something intrinsically harder with USB ? There is no sockets interface for it, mainly. So it extends to a different interface. Usermode is seen as the interface the USB end device driver decides it wants to give you. Some chose a comport, others a C API. What the stream details over the wire are not for public consumption. You could debug the wire and reverse engineer the packet exchange. CreateFile() might have a way to get below the drivers and open the port itself, but you are on your own for that. |