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