261
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
include all possible redirections for this platform. Specifying redir value of 0-
PL_REDIR_NONE cancels redirection. When the redirection is enabled for a
particular serial port, the
event is not generated for this
port.
Once the RX buffer is redirected certain properties and methods related to the RX
buffer will actually return the data for the TX buffer to which this RX buffer was
redirected:
will actually be returning the size of the TX buffer.
method will actually be clearing the TX buffer.
method will be showing the amount of data in the TX buffer.
If the redirection is being done on a serial port that is currently opened
(
= 1- YES) then this port will be closed automatically.
.Rtsmap Property (Selected Platforms Only)
Function:
Sets/returns the number of the I/O line that will act as
RTS/W0out/cout output of currently selected serial
port (selection is made through
).
Type:
Enum (pl_io_num, byte)
Value Range:
Platform-specific, see the list of pl_io_num constants in
the platform specifications.
See Also:
Three modes of the Serial Port
,
Details
This property is only available on selected platforms. See "Platform-
dependent Programming Information" topic inside your platform
specifications section.
Default value of this property is different for each serial port. See the list of
pl_int_num constants in the platform specifications -- it shows default values as
well.
Absolutely any I/O line can be selected by this property, as long as this line is not
occupied by some other function. Property value can only be changed when the
port is closed (
= 0- NO).
On certain platforms, you may need to configure the line as output. This is done
through the
object. See "Platform-dependent
Programming Information" topic inside your platform specifications section.
258
262
263
263
251
257
225
236
251
370
365