printing to port

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top