160
Platforms
©2000-2008 Tibbo Technology Inc.
buffer of the serial port 2.
4- PL_REDIR_SER:
Redirects RX data of the serial port or socket to the TX
buffer of the serial port 3.
6- PL_REDIR_SOCK0:
Redirects RX data of the serial port or socket to the TX
buffer of socket 0. This constant can be used as a
"base" for all other sockets i.e. in expressions like sock.
redir= PL_REDIf.
7- PL_REDIR_SOCK1:
Redirects RX data of the serial port or socket to the TX
buffer of socket 1.
8- PL_REDIR_SOCK2:
Redirects RX data of the serial port or socket to the TX
buffer of socket 2.
9- PL_REDIR_SOCK3:
Redirects RX data of the serial port or socket to the TX
buffer of socket 3.
10- PL_REDIR_SOCK4:
Redirects RX data of the serial port or socket to the TX
buffer of socket 4.
11- PL_REDIR_SOCK5:
Redirects RX data of the serial port or socket to the TX
buffer of socket 5.
12- PL_REDIR_SOCK6:
Redirects RX data of the serial port or socket to the TX
buffer of socket 6.
13- PL_REDIR_SOCK7:
Redirects RX data of the serial port or socket to the TX
buffer of socket 7.
14- PL_REDIR_SOCK8:
Redirects RX data of the serial port or socket to the TX
buffer of socket 8.
15- PL_REDIR_SOCK9:
Redirects RX data of the serial port or socket to the TX
buffer of socket 9.
16- PL_REDIR_SOCK10:
Redirects RX data of the serial port or socket to the TX
buffer of socket 10.
17- PL_REDIR_SOCK11:
Redirects RX data of the serial port or socket to the TX
buffer of socket 11.
18- PL_REDIR_SOCK12:
Redirects RX data of the serial port or socket to the TX
buffer of socket 12.
19- PL_REDIR_SOCK13:
Redirects RX data of the serial port or socket to the TX
buffer of socket 13.
20- PL_REDIR_SOCK14:
Redirects RX data of the serial port or socket to the TX
buffer of socket 14.
21- PL_REDIR_SOCK15:
Redirects RX data of the serial port or socket to the TX
buffer of socket 15.
Enum pl_io_num
Enum pl_io_num contains the list of constants that refer to I/O lines available on
this platform. Use these constants when selecting the line with the
object
(see the
property).
All I/O lines of the EM1206(W) require explicit configuration as inputs or outputs --
this is done through the
property of the
object. On power-up,
all lines are configured as inputs. When the line is configured for input its output
driver is tri-stated. When the line is configured for output, its output driver is
enabled. It is possible to read the state of the line even when it is working as an
output.
Certain lines automatically become inputs and outputs in certain modes of
365
372
370
365