Re: TI-H: Serial port


[Prev][Next][Index][Thread]

Re: TI-H: Serial port




From: Antonio Larrosa <antlarr@arrakis.es>
>I'll use (I am using) linux, and already know how to send bytes through
>the port, but I've read the communication goes bit per bit.
>
>Now, how can I handle directly what is being send through each pin in
>the serial port ?
>Anybody knows where can I find such information ?


The data is sent using the signaling wires (CTS, DTR, etc), you just
set and read states like that, you never actually send bytes over the
serial wires.

I haven't the slightest clue how you would do that in Linux, but I'd guess
its fairly straightforward.

DK



Follow-Ups: