GLK19264-7T-1U and PicAxe

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
warner
LCD?
Posts: 1
Joined: Wed Oct 15, 2008 1:40 pm

GLK19264-7T-1U and PicAxe

Post by warner »

Hello to all,

I am using a PicAxe 28X1 and a GLK19264. I would like to have the key pad interrupt the program, so I set the display for TTL comm. I am using the hserout/hserin ports on the PicAxe.

In order to get some the commands to work on the display I need to loop the execution several times. See code:

hsersetup B19200_4, %10

main:
hserout 0, (254, 88) 'clr screen
goto main

This code works, but to issue the command once does not.

P.S. I used the I2C comm. successfully.

Ray Warner
Clark
Matrix Orbital
Matrix Orbital
Posts: 881
Joined: Fri Aug 17, 2007 10:58 am
Location: Matrix Orbital
Contact:

Post by Clark »

Hi Ray,

Sorry to hear you're having a little trouble getting those commands to work the first time through. If you could, please make sure you've got 8 bits data, no parity, 1 stop and flow control off for your serial lines.

Thanks,
~Troy
Troy Clark
Design & Development
Matrix Orbital
Post Reply