vkottler / pico

A firmware project for Raspberry Pi microcontrollers.
MIT License
1 stars 0 forks source link

Attempt using USB interface for UART or other communication #11

Closed vkottler closed 11 months ago

vkottler commented 11 months ago

What kind of data rate can we achieve using this? Can we go faster than regular UART?

Could we conceivably use the USB interface as an Ethernet interface?

vkottler commented 11 months ago

Based on all of the USB code needed for this it seems not worth it. We should just bootstrap directly to Ethernet or something.

vkottler commented 11 months ago

Next step to this if we want to try it would be to figure out compiling + configuring stuff for this

edit: this is the third-party USB dependency

vkottler commented 11 months ago

Implemented here: https://github.com/vkottler/pico/pull/13. We're also turning off the I/O-pin based UART.