M
Matt Harder
I would like to print directly to Com2.
Was thinking of using:
Open "C:\TESTFILE" For Output As #1 ' Open file for
output.
Print #1, "This is a SECOND test" ' Print text to file.
Close #1
Then outputting file to port.
Could use some help.
Thanks
Matt
Was thinking of using:
Open "C:\TESTFILE" For Output As #1 ' Open file for
output.
Print #1, "This is a SECOND test" ' Print text to file.
Close #1
Then outputting file to port.
Could use some help.
Thanks
Matt