Hello Raquel,
I've solved the problem and can now send commands to the display.
Here is what I used to change the baud rate to 1200
printf("%C%C%C",0xFE,0x39,0x53); /* change baud rate to 1200 */
Jason
Search found 9 matches
- Thu Jun 25, 2009 6:26 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Sending commands via 'C' printf
- Replies: 12
- Views: 13111
- Tue Jun 23, 2009 7:02 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Sending commands via 'C' printf
- Replies: 12
- Views: 13111
- Sun Jun 21, 2009 9:36 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Sending commands via 'C' printf
- Replies: 12
- Views: 13111
- Sun Jun 21, 2009 9:30 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Sending commands via 'C' printf
- Replies: 12
- Views: 13111
- Sun Jun 21, 2009 9:29 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Sending commands via 'C' printf
- Replies: 12
- Views: 13111
- Sun Jun 21, 2009 9:29 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Sending commands via 'C' printf
- Replies: 12
- Views: 13111
- Sun Jun 21, 2009 2:59 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Sending commands via 'C' printf
- Replies: 12
- Views: 13111
- Sat Jun 20, 2009 9:32 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Sending commands via 'C' printf
- Replies: 12
- Views: 13111
- Fri Jun 19, 2009 11:29 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Sending commands via 'C' printf
- Replies: 12
- Views: 13111
Sending commands via 'C' printf
Hello. I am trying to set up an LK204-24 for 1200 baud (I'd prefer 300, but 1200 is the lowest)
I can print to the display e.g. 'hello Jason' with no problems at 19200 (display default) - so all this side of things are working
I'm sending the change baud rate command via a printf statement from a ...
I can print to the display e.g. 'hello Jason' with no problems at 19200 (display default) - so all this side of things are working
I'm sending the change baud rate command via a printf statement from a ...