Hi,
I am currently trying to connect my O'Neil Microflash 4TE printer to my tablet by USB, but I`m having difficulty printing text. I can send paper forward/reverse commands etc without problems, so I know my USB connection/communications are good.
Using this command : astreams1.Write("{AHEAD:500}".GetBytes("UTF8"))
(I`m using the USB Serial 2.4 library for this testing)
But when I try to print text using this command, I only see a few dots (like the paper isn`t moving as it prints)
astreams1.Write("{ECS EZ}".GetBytes("UTF8"))
astreams1.Write("{PRINT
10,30:|Hi world|}".GetBytes("UTF8"))
So I`m guessing I`ve got some kind command of format problem?
The printer print a self test page fine, and if I print from a Windows PC is also OK; so doesn`t appear to be a hardware problem.
The programmers guide is here for anyone who can help:
https://www.datamax-oneil.com/do/at/de-de/file.cfm/110200.pdf?contentID=4457&ext=.pdf
Any guidance would be appreciated.
James
I am currently trying to connect my O'Neil Microflash 4TE printer to my tablet by USB, but I`m having difficulty printing text. I can send paper forward/reverse commands etc without problems, so I know my USB connection/communications are good.
Using this command : astreams1.Write("{AHEAD:500}".GetBytes("UTF8"))
(I`m using the USB Serial 2.4 library for this testing)
But when I try to print text using this command, I only see a few dots (like the paper isn`t moving as it prints)
astreams1.Write("{ECS EZ}".GetBytes("UTF8"))
astreams1.Write("{PRINT
So I`m guessing I`ve got some kind command of format problem?
The printer print a self test page fine, and if I print from a Windows PC is also OK; so doesn`t appear to be a hardware problem.
The programmers guide is here for anyone who can help:
https://www.datamax-oneil.com/do/at/de-de/file.cfm/110200.pdf?contentID=4457&ext=.pdf
Any guidance would be appreciated.
James