Page 1 of 1

GLK19264-7T-1U and PicAxe

Posted: Wed Oct 15, 2008 2:00 pm
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

Posted: Wed Oct 15, 2008 3:28 pm
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