prof-braino / propforth

Automatically exported from code.google.com/p/propforth
3 stars 0 forks source link

Backspace on Android #201

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. using an android device
2. using Blue Term (or any other android terminal program)
3. connect to propforth using HC05/HC06
4. when backspace or del is pressed, a graphical character placeholder is 
displayed.
5. the backspace always results in UNDEFINED message

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by prof.bra...@gmail.com on 4 Jul 2013 at 3:51

GoogleCodeExporter commented 8 years ago
diagnose: send key . key . key . key . and see what char values are sent

sequence is 4 of 5 chars long

Original comment by prof.bra...@gmail.com on 7 Jul 2013 at 2:23

GoogleCodeExporter commented 8 years ago
blueterm sends 127 for backspace instead of 8 which is backspace from the 
regular PC keyboard.

The PC DELETE key send four character codes, 27 91 51 126; but this is not 
related to the blueterm backspace issue. 

Original comment by prof.bra...@gmail.com on 21 Jul 2013 at 11:15