Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mingo output incorrectly aligned #229

Open
simgar opened this issue Dec 26, 2024 · 1 comment
Open

mingo output incorrectly aligned #229

simgar opened this issue Dec 26, 2024 · 1 comment

Comments

@simgar
Copy link

simgar commented Dec 26, 2024

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.

@BartMassey
Copy link
Member

Yes, thank you for the issue report. We are working on fixing this and other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants