Luka
Registered User.
- Local time
- Today, 20:27
- Joined
- Oct 29, 2004
- Messages
- 40
Hi,
I'm using this code sending data on customer display over com port:
Open "Com2:" For Output As #1
Print #1, "Test"
Close #1
The problem is that display is showing some strange characters. Something like: CCCCCCCC...
Any ideas how to fix that?
thanx in advance
I'm using this code sending data on customer display over com port:
Open "Com2:" For Output As #1
Print #1, "Test"
Close #1
The problem is that display is showing some strange characters. Something like: CCCCCCCC...
Any ideas how to fix that?
thanx in advance