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.
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.