Y
Hacker News
new
|
ask
|
show
|
jobs
by
vletal
1698 days ago
One thing which I miss on RPis, especially these tiny ones, is a tty exposed via the charging USB.
2 comments
jiggunjer
1697 days ago
I'm not sure how that works? you connect the pi to your laptop and use putty to login?
This would also require one of those tty-to-usb cables?
link
HeyLaughingBoy
1697 days ago
No, just a regular USB cable. USB's CDC protocol makes it look like a serial port to the host PC.
link
Rochus
1698 days ago
Or even better USB OTG.
link
guywhocodes
1698 days ago
You can do this with gadget mode, the g_serial module.
link
Rochus
1698 days ago
Sure, but it has two USB sockets of which one is only used for power supply; if that one could also be used as OTG (instead of just TTL RX/TX as suggested by the fellow) that would be great.
link
This would also require one of those tty-to-usb cables?