Version 0 of Serial Port

Updated 1999-07-13 11:40:44

I'm just filling some stuff in here so that this page isn't left blank - DKF


Open the serial port using [open] (port names are platform-dependent.)

Configure useful comms stuff with [fconfigure].

Use [fileevent] to get readable/writable callbacks.

And use [close] when you are done.

IOW, pretty much as you would hope! :^)