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.

setserial, stty not working

2000-01-13 Thread matthschulz
I'm trying to setup a connection of an multimeter to ttyS0. It gives a steady stream of lines to the port. (CONRAD VC96 for whom who knows) When I use minicom for this, it works fine. The input is written on the sceen, can be saved and so on. I can leave minicom with ^A^Q and then cat /dev/ttyS0 w