-
Notifications
You must be signed in to change notification settings - Fork 759
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
system: serial via USB support #2026
Comments
|
Just an FYI, the tty naming seems to be consistant for usb serial ports! This is from a FreeBSD box (not OPNsense) with a usb to 4x serial adaptor. So you can probably target ttyU0 as the first detected serial interface over USB rather reliably. |
|
@sjorge thanks, that helps! What I wanted to investigate still is whether we need a "use USB instead of Serial TTY" or if we can get aways with loosely attaching ttyu and ttyU devices at the same time. |
|
An 'USB Serial Console' entry in the drop down for the configuration page maybe? |
|
Yes, but the real question is for /etc/ttys rewrite. Replace serial ttyu* with ttyU* or add both side by side without issues? I'll look into it when I have a bit more time. |
|
I think it is replace, I never to serial + serial over lan to work. I always just one of the too. But I am no expert on this. |
|
I've implemented a checkbox to enable USB-based serial ports. |
via: https://forum.opnsense.org/index.php?topic=6702.0
The text was updated successfully, but these errors were encountered: