Just like you always did in VB and QB:
Open "Com1:9600,n,8,1" for output as #1
Print #1,MySignal
Close #1
Substitute whatever Comport, speed and setup parameters you need for the
device
MySignal is a string containing whatever characters you want to send
Maybe suppress the trailing cr-lf from the print with a ;
You should also really use freefile to get a valid file handle, rather than
#1
There are several other caveats, but this might get you a start.
--
Regards,
Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control