From: Prince A. RAMAHEFA-A. <pri...@gm...> - 2012-05-29 12:49:55
|
Hi, I'm using a PIC24EP microcontroller and it communicate on full speed USB. So I want to transfert a data periodically from the microcontroller to the PC with 3Mbit/s data rate. In fact, my project consist in sending digital value of a sampled analog signal (sample rate = 160kHz, 16bits ADC) to a PC via USB. Can I reach a 3Mbits/s data rate (useful data) with bulk transfert ? if no, How can I do as a transfert with PyUSB ? And if I can do this, can you give a sample code in Python (PyUSB) if I want to read a data without interruption. Thanks Best Regards RAMAHEFA-ANDRY Arnaud |