USB 3.0
hylee101001
Posts: 48
in Propeller 1
Hi, I'm working on a project that communicates with pc. But it would be great if the communication speed increased. So I wondered if there's a way that propeller adapts usb3.0 with it's usb port on the chip. Is that even possible?
Thanks!
Thanks!
Comments
USB 3 can transfer data at 625 Megabytes per second.
The Propeller can accept or emit data at about one thousandth of that speed. If you try hard.
There is no gain to be had from using USB 3 with a Propeller. The Propeller itself limits the transfer speed.
So no, it's not possible.
Correction: Programming a Propellor chip has been found to have problem on USB 3.0.
I don't know about data over USB 3.0
The Prop is likely to be the bottleneck, but there is HS USB before you need USB 3.0, and HS USB is WAY faster than a Prop.
A part like FT232H can do sustained continual 12MBd
The Parallel FTDI FS parts can get to about 1MBytes/s (8MBd), and the fastest FS Serial part I've tested is the EXAR USB-UART, can sustain above 1MByte/sec average.