Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork841
Open
Description
I've been usingscip with my RPi3 and 'RPi serial output to USB cable'. I've also been using Python'sminiterm
for comparison. With the command:
sudo python3 -m serial.tools.miniterm /dev/ttyUSB0 921600
I get
--- Miniterm on /dev/ttyUSB0 921600,8,N,1 ------ Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---[0] mingo version 0.5.0[1] Booting on: Raspberry Pi 3[2] Drivers loaded: 1. BCM PL011 UART 2. BCM GPIO[3] Chars written: 117[4] Echoing input now
When I usescip
with:
scip /dev/ttyUSB0 921600
I get:
Welcome to scip.To exit type <Enter> + ~ + .or unplug the serial port.[0] mingo version 0.5.0 [1] Booting on: Raspberry Pi 3 [2] Drivers loaded: 1. BCM PL011 UART 2. BCM GPIO[3] Chars written: 117 [4] Echoing input now
Here, it was stated thatmingo
is only sending\n
where it should be sending\r\n
.
Metadata
Metadata
Assignees
Labels
No labels