ulisp-arm icon indicating copy to clipboard operation
ulisp-arm copied to clipboard

Spurious character from serial port

Open technoblogy opened this issue 6 years ago • 0 comments

On some platforms I'm getting a spurious character appearing in the Serial Monitor on starting uLisp; for example, on the Arduino Due:

screen shot 2018-05-24 at 16 55 56

This is generated by code which is effectively:

Serial.begin(9600);
Serial.println(PSTR("uLisp 2.2 "));

Can anyone suggest where the spurious character is coming from and how I can get rid of it?

technoblogy avatar May 24 '18 16:05 technoblogy