Hi,
I am attempted to communicate in a bidirectional way with an Arduino device using the serial port, obviously in FreeBSD. I have to read what comes from the Arduino and also to write.
I tried with Python [1] and Rust [2] and in both cases I get errors, but the same code in Linux or Windows works fine.
I was wondering if it is necessary to touch some variable with sysctl or something similar in FreeBSD, o there is any limitation in FreeBSD
I can do it in Linux, but I want to do it in FreeBSD because all the rest of the app is ready to deploy as a jail.
[1] https://github.com/pyserial/pyserial/discussions/622
[2] https://gitlab.com/susurrus/serialport-rs/-/issues/114
I am attempted to communicate in a bidirectional way with an Arduino device using the serial port, obviously in FreeBSD. I have to read what comes from the Arduino and also to write.
I tried with Python [1] and Rust [2] and in both cases I get errors, but the same code in Linux or Windows works fine.
I was wondering if it is necessary to touch some variable with sysctl or something similar in FreeBSD, o there is any limitation in FreeBSD
I can do it in Linux, but I want to do it in FreeBSD because all the rest of the app is ready to deploy as a jail.
[1] https://github.com/pyserial/pyserial/discussions/622
[2] https://gitlab.com/susurrus/serialport-rs/-/issues/114