tbird20d / grabserial

Grabserial - python-based serial dump and timing program - good for embedded Linux development
GNU General Public License v2.0
195 stars 77 forks source link

how to send special characters as -c arg? #58

Closed neosoyo closed 3 years ago

neosoyo commented 3 years ago

Hi guys, i'm trying to log a response from a device that must receive special chars at the end of the command to perform actions... i can't find how, can anyone give me a hint?

need to send carriage return e new line to the device respond the command, i saw at line 681 that grabserial append \n to the command.

neosoyo commented 3 years ago

i edit line 681 and added u"\r\n", works.

maybe a argument to send this string for custom characters could be nice!

github-actions[bot] commented 3 years ago

Stale issue message