Beginners: please read this post and this post before posting to the forum.
0 Members and 1 Guest are viewing this topic.
Does the USB protocol include error correction?
I was just wondering if it would be viable to connect USB to a microcontroller, have that microcontroller transmit/receive that data (without error correction) over RF to/from another micrcontroller which then produces the USB I/O through its ports.For example, using the above implementation, have a USB flash drive connect to a microcontroller and then have another microntroller connect to a computer and have the computer interact with that flash drive as if it was connected locally.
You'll have to write the software for converting to and from the bipolar data (USB) and unipolar data (data link) yourself. The speed attainable will depend mostly on the data link max. speed (As you can probably read, send, receive and write the data faster than the link can handle.Why anyone would do that is beyond me though, as you won't be able to make any changes to the USB strick from the far end, so it will be nothing more than a very expensive (and slow) extension lead.