-
Is there a way to use Blueman to configure serial port?
|
Beta Was this translation helpful? Give feedback.
Answered by
cschramm
Feb 29, 2024
Replies: 1 comment
-
The SerialManager plugin allows to provide a script path in its settings that it will call upon connection. Most probably you'll want to do an |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cschramm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The SerialManager plugin allows to provide a script path in its settings that it will call upon connection. Most probably you'll want to do an
stty
call there, passing the device file from the fifth argument and possibly conditional on the device address in the first argument.