you can read /write to every I/O port, so the registers of the UART-Controller (Serial RS232). but this is low level programming and for me it's 20 years ago, when i was used to this.
i think you want to have something like this:
open_com("COM1",baud,databits,stopbits,parity on, hardware handshake off)
read_com(bytes)
close_com()

if you still in need of a plugin pm me

BTW: nice website


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files