RS-232/RS-422/RS-482 Programming
l
l
Chapter 9
39
A statement as following will turn on both the transmitter and the receiver:
outportb(BASE + 7, 3);
3. AUTO
In the AUTO mode, the transmitter is enabled and the receiver is disabled
whenever outgoing data is available. Otherwise, the transmitter is disabled and
the receiver is enabled. No handshaking signals, such as RTS, are necessary.
Users can build a RS-485 network with just two wires. The RS-485 control is
completely transparent to users. This feature means RS-485 acts just like RS-232
in half duplex operation mode. Applications written for half-duplex RS-232 can
be used without modification.
Please refer to the sample program rs485.c in the \DOS\EXAMPLE\C directory for
more programming details.
Содержание Industio C114HI
Страница 1: ...C114HI 3 in 1 RS 232 422 485 Industrial Serial Board Apr 1998 2nd Edition All Rights Reserved...
Страница 6: ......
Страница 10: ...Introduction l l Chapter 1 4...
Страница 20: ...Software Installation l l Chapter 3 14...
Страница 26: ...For Windows NT Users l l Chapter 4 20...
Страница 38: ...For DOS Users l l Chapter 7 32...
Страница 42: ...For Windows 3 x Users l l Chapter 8 36...
Страница 46: ...Chapter 9 l l RS 232 RS 422 RS 482 Programming 40...