
atdesign (Customer) asked a question.
I have a CLICK C0-01DR-D I am trying to send a print instruction serially with ascii to a Brother printer. The brother printer uses a template setting and has a start print of ^FF command. Do I jtype this in the static box like "^FF" or convert to ascii
Do you need to send any other ascii string messages or just this one? You can just send a static "^FF" or embed TXT memory addresses.
the template is already saved on the printer. The only other string I could think of is the following screen shot. Right now even with just the static"^FF" it seems to be sending but I do not get a success until I turn the input off and nothing was printed.
1.) Does the printer require a termination code and/or byte swap?
2.) Also try using a rising edge contact to trigger the SEND instruction to see if that helps.
3.) Can you provide screen shots of your current code?
Have you tried sending ASCII code instead?
I get the same with the static "^FF"
Take a look at topic CL183 or open the send instruction and select help then look under 'byte swap'. In the send instruction try selecting byte swap -> All and see that triggers a print.
In addition, change X101 to edge contact rising edge or it will continue to send print commands continuously.
I did not try the rising edge though I will try that today