by i-Bot » Sat Jan 27, 2007 11:45 am
by i-Bot
Sat Jan 27, 2007 11:45 am
Worth trying. Speed may be a problem since the controller board cannot process input very fast, and bluetooth + USB + PC is slow on single characters.
If you are going to rompoke IM code into the EEPROM. Then you will need to generate it and jump to it. I suggest using the GOTO AUTO capability, since it uses a fixed location in EEPROM.
http://robosavvy.com/modules.php?name=F ... highlight=
You can use robobasic to create code which locates at AUTO. Then pull that code out of the object file. rompoke at AUTO, and then jump to it.
Let us know how you get on
Worth trying. Speed may be a problem since the controller board cannot process input very fast, and bluetooth + USB + PC is slow on single characters.
If you are going to rompoke IM code into the EEPROM. Then you will need to generate it and jump to it. I suggest using the GOTO AUTO capability, since it uses a fixed location in EEPROM.
http://robosavvy.com/modules.php?name=F ... highlight=
You can use robobasic to create code which locates at AUTO. Then pull that code out of the object file. rompoke at AUTO, and then jump to it.
Let us know how you get on