Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt using USB interface for UART or other communication #11

Closed
vkottler opened this issue Oct 27, 2023 · 3 comments
Closed

Attempt using USB interface for UART or other communication #11

vkottler opened this issue Oct 27, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@vkottler
Copy link
Owner

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 vkottler added the enhancement New feature or request label Oct 27, 2023
@vkottler vkottler self-assigned this Oct 27, 2023
@vkottler
Copy link
Owner Author

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
Copy link
Owner Author

vkottler commented Oct 29, 2023

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
Copy link
Owner Author

Implemented here: #13. We're also turning off the I/O-pin based UART.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant