Caralynx @sudo.caralynx.com · Sep 8

Here's what the help command prints. You can see it trailing with a prompt, except that gets clobbered by the success message at the end of command processing.

0 likes 1 replies

?

Replies

Caralynx · Sep 8

Other weirdnesses: - XMODEM transmit function disables the UART0 ISR presumably so it doesn't consume responses from the receiver, but they don't disable it on the receive function. So I guess a lot of corruption expected there?