问题描述
我有一个带有 FTDI 串行转 USB 转换器的设备。我想监视/记录来自该设备的数据。 在使用串行监视器的 Windows 上,一切正常,我可以看到帧。
现在我想在 Ubuntu 上做到这一点。 :
似乎检测到芯片设备:“dmesg | grep FTDI
”:
[ 2449.998852] usb 1-1: Manufacturer: FTDI
[ 2450.018939] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2450.018999] ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected
[ 2450.019382] usb 1-1: FTDI USB Serial Device converter Now attached to ttyUSB0
然后我尝试使用来自 windows 的所有相同串行参数的 gtkterm:波特率、奇偶校验、数据位、停止位、RTS/CTS:无数据,无错误消息,与 minicom 相同。
我也尝试过在 Python 上使用 pyserial,但我对此没有信心,结果:没有数据。
提前感谢您的回答!!
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)