Navigation bar
  Start Previous page
 243 of 283 
Next page End 238 239 240 241 242 243 244 245 246 247 248  

234
StatusCom
Type
Function returning Byte
Invocation
StatusCom(chan) 
Parameter
Method
Type
Description
chan
ByVal
Byte
The serial channel of interest.
Discussion
This function returns a set of flag bits that indicate the status of the specified serial channel.  The bits and
their meanings are shown in the table below.
Serial Channel Status Bit Values
Value
Meaning
&H01
The channel number is valid but may or may not be open.
&H02
The channel is open.
&H04
The channel has data yet to be transmitted.
The remaining bits are currently undefined but may convey additional information in the future.
Compatibility
This function is not available in BasicX compatibility mode.
See Also
Previous page Top Next page