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

Is possible connect a simple serial device, like a 3D printer or an arduino echoing Serial? #819

Open
cesaralcaide opened this issue Jul 17, 2024 · 1 comment

Comments

@cesaralcaide
Copy link

cesaralcaide commented Jul 17, 2024

I see that it is ready to connect a multitude of devices to the usb-host-shield, but something as simple as an arduino echoing its Serial input?, like any device that, when plugged into the USB connector of a laptop, generates a /dev/ttyUSB0 in Linux, such as a 3D printer, a CNC, etc.

I want to connect a 3D printer, or an arduino with echo of its Serial input, to the female-usb-connector of the usb-host-shield
p.e.:
Bus 001 Device 015: ID 1a86:7523 QinHeng Electronics CH340 serial converter

Sorry, the problem is CH340, not planned to build library for CH340?
Thanks

@esp32beans
Copy link

I found this USB serial bridge/MITM works with a mega clone with CH340. TinyUSB is not related to this project.

https://github.com/adafruit/Adafruit_TinyUSB_Arduino/blob/master/examples/DualRole/CDC/serial_host_bridge/serial_host_bridge.ino

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