john_murphy
Nov 18th, 1999, 11:51 AM
I want to write hex 11 to com 2 I tries this
comm2.Settings = "9600,n,8,1"
comm2.CommPort = 2
comm2.PortOpen = True
to open it but get an error as it doesn't know what comm2 is if I declare it as an object I get another error help please....
------------------
Slan
comm2.Settings = "9600,n,8,1"
comm2.CommPort = 2
comm2.PortOpen = True
to open it but get an error as it doesn't know what comm2 is if I declare it as an object I get another error help please....
------------------
Slan