1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 17:01:21 +00:00
QB64-PE/internal/help/ON_COM(n).txt
2019-04-14 22:15:33 -03:00

29 lines
802 B
Plaintext

'''This page is maintained for historic purposes. The keyword is not supported in QB64.'''
----
[[ON COM(n)]] branches to a line number or label when there is a value in the serial port specified.
{{PageSyntax|}}
:[[ON COM(n)]] [[GOSUB]] {''linenumber''|''label''}
{{PageDescription}}
*'''[[Keywords currently not supported by QB64|Not implemented in QB64]]'''
* ''n'' can be 1 or 2 (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|COM(n) ON]]
{{PageSeeAlso}}
* [[COM(n)]]
* [[OPEN COM]]
* [[Port Access Libraries]] {{text|(COM or LPT registers)}}
* [[Windows_Libraries#Windows_Ports|Enumerating Windows Ports]]
{{PageNavigation}}