Re: Serial communication?

2017-04-25 Thread Christopher Howard
I'm am certainly open-minded to the idea that some kind of serial line parameters need to be adjusted first. Perhaps after looking into the microcom source I may see something telling. I did an strace on the microcom process. It was a a few pages long, but here is the relevant part: open("/dev/tty

Re: Serial communication?

2017-04-25 Thread Alexander Burger
On Tue, Apr 25, 2017 at 07:49:33AM -0800, Christopher Howard wrote: > Well, since microcom and screen can both read the data fine, logically > it must be a fault either in my picolisp programming, or the way > picolisp handles input. At home I've been playing around with coding it > different to tr

Re: Serial communication?

2017-04-25 Thread Christopher Howard
Well, since microcom and screen can both read the data fine, logically it must be a fault either in my picolisp programming, or the way picolisp handles input. At home I've been playing around with coding it different to try to capture more in a single read, such us using 'rd, and introducing delay