我需要读取来自 Fairbanks 70-2453-4 秤的重量输入。该机器是一台旧的 Dell Latitude D810 - 它已对接(带有串行端口)并运行 Ubuntu 14.04.5 LTS、Trusty Tahr。
我已经安装了 setserial 和 minicom...输出来自setserial -g /dev/ttyS*
:
/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
输出自stty --file=/dev/ttyS0 --all
:
speed 115200 baud; rows 0; columns 0; 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; flush = ^O; min = 1; time = 5;
-parenb -parodd 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
Minicom 设置如下:
数据传输规格在本手册的第 16 页: 费尔班克斯 70-2453-4 手册
最后,od -x < /dev/ttyS0
向我抛出一个权限错误...并且,我最终希望使用 php 通过我的 LAMP 堆栈返回结果....感谢您的阅读和任何帮助。