Re: setserial, stty not working

2000-01-13 Thread Paul McAvoy
Using 'cat' probably opens the port in buffered mode.. where the contents of the buffer are not outputted until a \n is seen. I may not be correct about this, but I have played around with writing some serial apps and doing the same thing you are doing.. hooking up my multimeter to the serial port

Re: setserial, stty not working

2000-01-13 Thread Bostjan JERKO
On 13.01.2000 08:38:00 AM matthschulz wrote: >The permissions are: crw-rw 1 root dialout4, 64 Dec 28 21:00 >/dev/ttyS0; I'm in the group dialout, but only minicom changes actualy the >settings - nothing else I found - stty and setserial. > So you tried with setserial, too ? B.