I am collecting data (over the course of a month) through the serial port and pasting it into Excel. The computer collecting the data is unattended. I need to send each line of data to the printer as well so I have hard copy in case something bad happens to the computer. The printer would then wait patiently for the next line of data (doesn't spit out the sheet until the sheet is full).
I ran across a snippet of code that accomplishes this, but I've lost it. I seem to recall that it involved a command used in older versions of visual basic.
Something like...
StringToPrint = "Hello" & vbCR
PRN StringToPrint
GVF
I ran across a snippet of code that accomplishes this, but I've lost it. I seem to recall that it involved a command used in older versions of visual basic.
Something like...
StringToPrint = "Hello" & vbCR
PRN StringToPrint
GVF