Skip to content

mingo output incorrectly aligned #229

Description

@simgar

I've been using scip with my RPi3 and 'RPi serial output to USB cable'. I've also been using Python's miniterm 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 use scip 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 that mingo is only sending \n where it should be sending \r\n.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions