ON COM(n) - QB64 Wiki

ON COM(n)

From QB64 Wiki

Revision as of 20:06, 8 May 2012 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ON COM(n) branches to a line number or label when there is a value in the serial port specified.


Syntax:

ON COM(n) GOSUB {linenumber|label}


Description:

  • Currently NOT supported in QB64!
  • n can be 1 or 2 and is the number of the serial port that is tested.
  • If a value exists in the port then the program branches to the linenumber or label specified.
  • The event handler must first be activated with COM(n) ON


See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page