03-04-2010, 07:32 PM
Ok...It's really simple, but I always have a lot of troubles with this stuff. I don't really understand running all these COM controls and working with the variables...
I asked Matt, who posted the link to the free Serial Port control, to provide examples of working with it.
Here's what I have so far, I don't know if it will work because I am not on a machine that can test:
Function Function92
Perhaps later I'll log onto my other machine and play around, but I think I have a good start.
I'll probably download the demo version of the program I linked earlier and record serial information with that and then use the serial port COM to actually do the sending with QM. I'll have 30 day trial on that which would be enough to record everything I'll need.
I asked Matt, who posted the link to the free Serial Port control, to provide examples of working with it.
Here's what I have so far, I don't know if it will work because I am not on a machine that can test:
Function Function92
typelib NETCommOCX {4580EBBB-FE3D-45CF-8543-600A62B38A73} 1.1
NETCommOCX.NETComm x._create
VARIANT d=1234
x.CommPort=1
x.PortOpen=TRUE
x.Output=dPerhaps later I'll log onto my other machine and play around, but I think I have a good start.
I'll probably download the demo version of the program I linked earlier and record serial information with that and then use the serial port COM to actually do the sending with QM. I'll have 30 day trial on that which would be enough to record everything I'll need.
