|
.Ctsmap property (Selected Platforms Only) |
Top Previous Next |
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 ser.num). |
Type: |
Enum (pl_int_num, byte) |
Value Range: |
Platform-specific, see the list of pl_int_num constants in the platform specifications. |
See Also: |
Details
|
This property is only available on selected platforms. For more information please refer to your device's platform documentation (for example, EM1000's is here). |
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 (ser.enabled=0- NO).
On certain platforms, you may need to configure the line as input. This is done through the io.enabled property of the io object.