Thanks I will try it. Thanks for your help on this I appreciate your patience. I will be out for a few days after today and will let you know when I get back on Tuesday.
Thanks again
Well once I added the raw line it did print just one line but over each other. I only saw it print two or three times. I did not watch if it would have printed over itself more. Then I added the `n`r and it printed correctly twice and no more. I really did not notice if this was happening before...
Sure, Here you go...
proc main
string sLine
while 1
rget sLine 80 FOREVER
printer open raw
printstr sLine
printstr "`n`r"
printer close
termwrites sLine
endwhile
endproc
The output to the printer seems to stop after two lines of data are printed. The script runner!? icon is still running but will not print when the next line of data comes in. Does this script have to be in this running state all the time to work and do are these scripts setup to run constantly...
Almost there! I have applied your suggestion and it now prints one line with no line feed as you stated. Only one line of data comes in at a time and it is printed to a Tractor feed simple dot matrix printer. Is there a way to make it line feed and then carraige return so the next line of data...
Knob,
Would like to resume discussion on this matter. Had to go out of town but now back. I inserted the script into Aspect and ran it . It did print the line of data correctly but then form feeded about two sheets. How do I adjust the print output to print line by line, no double spaces, no...
Yes, I would like to be able to see it on the screen and have it print out also or vice versa. What part of the script would need modifying?
Thanks again!
Thanks Knob for the reply. Unfortunately I am not familair with scripts so I need to ask you again. Do I create/name this script in Aspect editor? if so then do I have to place it somwhere to run properly so it prints every line as it comes in. Apologize for the lack of knowlege with scripts...
The Old PC has Procomm 2 installed on it and it is used as a secure card reader. Basically logging card use. The problem is the old PC (Text printer, Generic driver)will print the line of text as it is received on the screen. I believe the line print command is coming from the secure card CPU...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.