![]() ZBasic System Library
102
ZBasic Microcontrollers
Type
Subroutine
Invocation
DefineCom3(rxPin, txPin, flags)
Parameter
Method
Type
Description
rxPin
ByVal
Byte
The pin which will serve as the receive line.
txPin
ByVal
Byte
The pin which will serve as the transmit line.
flags
ByVal
Byte
Configuration flags. See the discussion below.
Discussion
This routine is provided solely for BasicX compatibility. It is equivalent to using Call DefineCom(3,
rxPin, txPin, flags). See the DefineCom() routine for more information.
|