[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: Support for higher baudrates like 230400, 460800, 921600 ?

Axel Heider axelheider@gmx.de
Sun, 28 Aug 2011 17:54:41 GMT


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.