> 1) Can someone tell me how to listen for this ESIP on
> a com port under linux? I know about 'cat /dev/ttyS0 >
> text.txt... but it won't work. I think I need somekind
> of a netlink device to listen to that com port... 
> don't I?

it probably would if you put the terminal in the right mode

> Code: US ASCII subset, 1 start bit, 7 data bits, 1
> parity bit, 1 stop bit.
> Parity: Odd

So you want to use stty to set those, to turn icanon off and go into char
at a time mode. Or in C to use tcsetattr

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to