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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃挕[FEATURE] A simple read/write to serial UART device #23

Open
steeley opened this issue May 11, 2022 · 1 comment
Open

馃挕[FEATURE] A simple read/write to serial UART device #23

steeley opened this issue May 11, 2022 · 1 comment

Comments

@steeley
Copy link

steeley commented May 11, 2022

An example of how to send and receive serial data from those USBUART converters(or other USB serial basic devices)
thank.

@remenyo
Copy link

remenyo commented Jan 31, 2023

I'm looking to implement something like this (for the CP210x which is custom, but the USBUART is considered also a "custom" class at the moment)
Can I use the TinyUSB vendor host for this?

Edit: I have not implemented it with PIO. Sorry.
Aside from that, you should able to use the TinyUsb Host API: tuh_init(), tuh_edpt_xfer()

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

No branches or pull requests

2 participants