Skip to content
aanon4 edited this page Sep 23, 2014 · 1 revision

Syntax

SERIAL <baud rate>,<parity>,<bits>,<stop bits>,<flow control> [ONREAD GOSUB <line no>] [ONWRITE GOSUB <line no>

READ #SERIAL, <variable> [, ...]

WRITE #SERIAL, <variable>|<number> [, ...]

<variable> = LEN(SERIAL READ|WRITE)

CLOSE SERIAL

Description

Clone this wiki locally