Sending Text to a Pole Display (Com2)

Skerdi

Registered User.
Local time
Today, 19:27
Joined
Jun 27, 2007
Messages
47
Hello,

I've a Hp ap5000 with a small Pole Display connected to it. I'd like to send some Text in the small pole display ... but using the code:

Open "COM2" For Output As #1
Print #1, "TESTING"
Close #1

... instead of displaying "TESTING", I see some strange characters like "ÇÇÇ".
Can someone help me to display the text correctly?
Thanks in advance,
Skerdi.
 
Has the baud rate been set up properly yet for the port?
 
how can I do this ?
 
What version of Windows and Access are you using?
 
MS Access 2003 ... but as I see now, there is a form that has some code in the "on Load" event that displays those "ÇÇÇ".
 
This POS has Windows Embedded POS Ready 2009 Version 2.0 SP 3
 
Thankyou RuralGuy, I'm checkin it now ...
I'd like to have smth that tells me what to do to display the text into the display.
Thnx anyway :)
 

Users who are viewing this thread

Back
Top Bottom