alexparser Posted July 17, 2016 Posted July 17, 2016 Hello, I try use UART interface on Lime2, but have problems with data transmission. Input echo 12345 > /dev/ttyS2 Output â–’;375 UART settings stty -F /dev/ttyS2 9600 -parity cs8 -cstopb How to detect the problem? Thanks
alexparser Posted July 17, 2016 Author Posted July 17, 2016 I detected problems with a terminal software like Terminal 1.91 and CoolTerm 1.4.4 for Windows. Only one software work fine for me, this Putty. But Putty not have HEX/BIN view modes. Welcome if you can recommend good terminal for Windows
neomanic Posted July 19, 2016 Posted July 19, 2016 We use miniterm.py which is included with pyserial for Python.
Recommended Posts