Navigation bar
  Start Previous page
 86 of 323 
Next page End  

ZBasic System Library
76
ZX Microcontroller Family
DefineCom3
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.
Previous page Top Next page