文件名称:aktos-dcs-pyserial-example:带有 aktos_dcs 框架的串口使用示例
文件大小:3KB
文件格式:ZIP
更新时间:2024-08-05 03:07:56
Python
依赖项: PySerial: sudo easy_install pyserial 用法 设置你的串口: 如果您有真正的串口适配器:连接这些适配器 如果要使用虚拟串口对: $ socat -d -d pty,raw,echo=0 pty,raw,echo=0 上面的命令将输出如下内容: ceremcem@cca-erik:~$ socat -d -d pty,raw,echo=0 pty,raw,echo=0 2015/08/03 23:42:40 socat[31540] N PTY is /dev/pts/13 2015/08/03 23:42:40 socat[31540] N PTY is /dev/pts/15 2015/08/03 23:42:40 socat[31540] N starting data transfer loop with FDs [5,5
【文件预览】:
aktos-dcs-pyserial-example-master
----.gitignore(12B)
----test-pyserial.py(2KB)
----README.md(1KB)
----aktos_dcs(23B)
----AppMessages.py(83B)