unwanted key press with GLK19264-7T-1U
Posted: Thu Dec 13, 2007 10:41 am
I've been having a weird problem with a GLK19264-7T-1U. I am communicating with a PIC MCU. I have been able to communicate in both directions and it was working properly. I then found when I cycled the power it would stop communicating. If I held down the override key during power up the communications would be normal and my program would run properly.
I found the info about 'remember' needing to be set. I put this command in my program and then removed it and this worked to save my baudrate after a power cycle.
The program displays a message and then waits for a key press.
But now after my program displays the message it immediately receives a key press. I tried to put a clear buffer command at the start of my program but it is still receiving a key press. This program worked perfectly until I set remember to on. I also set the com speed lock by adding the command to my program then removing it.
Any ideas?
I found the info about 'remember' needing to be set. I put this command in my program and then removed it and this worked to save my baudrate after a power cycle.
The program displays a message and then waits for a key press.
But now after my program displays the message it immediately receives a key press. I tried to put a clear buffer command at the start of my program but it is still receiving a key press. This program worked perfectly until I set remember to on. I also set the com speed lock by adding the command to my program then removing it.
Any ideas?