141
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
- a list of constants that define available interrupt lines.
- a list of available network interfaces.
Enum pl_redir
Enum pl_redir contains the list of constants that define buffer redirection
(shorting) for this platform. The following objects support buffers and buffer
redirection on the EM1000(W):
object (see
method)
object (see
method)
Enum pl_redir for this platform includes the following constants:
0- PL_REDIR_NONE:
Cancels redirection for the serial port or socket.
1- PL_REDIR_SER:
Redirects RX data of the serial port or socket to the TX
buffer of the serial port 0. This constant can be used as
a "base" for all other serial ports, i.e. in expressions like
ser.redir= PL_REf.
1- PL_REDIR_SER0:
Redirects RX data of the serial port or socket to the TX
buffer of the serial port 0.
2- PL_REDIR_SER1:
Redirects RX data of the serial port or socket to the TX
buffer of the serial port 1.
3- PL_REDIR_SER:
Redirects RX data of the serial port or socket to the TX
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
144
145
224
260
274
346