249
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
Technically speaking, this property should be called divisor, not
baudrate. We called it baudrate so that you could easily find it.
.Bits Property
Function:
Specifies the number of data bits in a word TXed/RXed by
the serial port for the currently selected port (selection is
made through
)
Type:
Enum (pl_ser_bits, byte)
Value Range:
0- PL_SER_BB_7: data word TXed/RXed by the serial port
is to contain 7 data bits
1- PL_SER_BB_8 (default): data word TXed/RXed by the
serial port is to contain 8 data bits.
See Also:
,
Details
This property is only relevant when the serial port is in the UART mode (
= 0- PL_SER_MODE_UART).
.Ctsmap property (Selected Platforms Only)
Function:
Sets/returns the number of the I/O line that will act as
CTS/W0&1in/cin input of currently selected serial port
(selection is made through
).
Type:
Enum (pl_int_num, byte)
Value Range:
Platform-specific, see the list of pl_int_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.
Selection can be made only among interrupt lines. Regular, non-interrupt I/O lines
cannot be selected. Property value can only be changed when the port is closed (
=0- NO).
On certain platforms, you may need to configure the line as input. This is done
through the
object. See "Platform-dependent
257
226
236
255
257
225
236
251
370
365