echo -en'\ xff'> / dev / ttyUSB0到多个设备

时间:2018-11-28 16:07:22

标签: serial-port tty rs485

我没有连接2个USB-RS485加密狗:ttyUSB0和ttyUSB1

当我发出以下命令时:

echo -en '\xff\x02\x04\x00\x05' > /dev/ttyUSB1-两个设备都回显字节

echo -en '\xff\x02\x04\x00\x05' > /dev/ttyUSB0 –两个设备都不回显字节

任何想法,为什么当我仅回显例如USB1?

我正在研究rasberry pi。 这是我的配置:

> stty -a
speed 38400 baud; rows 36; columns 125; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S;
susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; discard = ^O; min = 1; time = 0;
-parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany -imaxbel -iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke -flusho -extproc

我这样设置设备:

stty -F /dev/ttyUSB1 speed 115200 cs8  -cstopb parenb -parodd raw -clocal

谢谢

0 个答案:

没有答案