Mailing List Archive

Support for higher baudrates like 230400, 460800, 921600 ?
Hi,

is there a way to make conserver support higher
baudrates like 230400, 460800, 921600 ? Currently
I'm getting an error here and 115200 seems to be
the limit. However, my USB/Ser converter can
do more quite nicely.

--
mfg Axel Heider
_______________________________________________
users mailing list
users@conserver.com
https://www.conserver.com/mailman/listinfo/users
Re: Support for higher baudrates like 230400, 460800, 921600 ? [ In reply to ]
Hi,

after playing around I can answer my question myself :)

Redirecting input and output of a terminal application
(picocom in my case) does the job quite nicely. An with
multiple USB/Serial adapters, this also woks fine if the
USB path is used instead of /dev/ttyUSBxx. Connecting
new USB/Serial adapters could change the /dev/ttyUSBxx
mapping, but the USB path will stay the same.

console test {
master localhost;
type exec;
exec picocom -b 230400 /dev/serial/by-path/[...];
}




--
mfg Axel Heider

Making things fool proof
makes evolution improve fools.
_______________________________________________
users mailing list
users@conserver.com
https://www.conserver.com/mailman/listinfo/users