Success! I can now talk to my A640 (one byte at a time) at 4800 baud (faster speeds should be perfectly possible) with moderate reliability ... With a little bit of work this makes an awful lot of applications feasible.
Do you know if any routines call 'gui_kbd_process' , I cannot find any ?
if (kbd_is_key_pressed(KEY_SHOOT_FULL)){ key_pressed = 100; if (!state_kbd_script_run){ script_console_clear(); script_console_add_line(lang_str(LANG_CONSOLE_TEXT_STARTED)); script_start(); } else { script_console_add_line(lang_str(LANG_CONSOLE_TEXT_INTERRUPTED)); script_end(); } } if (state_kbd_script_run) process_script(); else { gui_kbd_process(); }
Started by Barney Fife Creative Uses of CHDK
Started by professional_amateur Creative Uses of CHDK
Started by BenCam Hotwire! Hardware Mods, Accessories and Insights
Started by rhameed Script Writing
Started by GB Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)