Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我使用 LAN 电缆在 HOST 和 TARGET 之间进行通信。现在我想使用 RS232 仅接收来自 QNX Neutrino 的模拟数据。我想通过 LAN 将数据传输到 QNX Neutrino。
我该如何设置?
简单的发送数据
cat filename > /dev/serN
并且您可以以相同的方式从串口读取数据:
cat /dev/serN > somefilename.txt
其中 N 使用串口的 id 号
串口存在于
ls /dev | grep ser