Byte code downloader possibility
Status: Beta
Brought to you by:
rhthornburrow
I found the attached file on the 'net that purports to
download
programmer 01 and 02 files to Cybot. It is for the Amiga I
believe and is source code but I can't decompress it as it
is Linear Hashed and zip won't handle it on my machine.
It must poke bytes into memory addresses in Cybot's program
EEPROM. They probably sniffed the RS232 link and
reproduced
the data transfer using Amiga code.
I believe it is possible poke bytes into the EEPROM in
the handset to alter the menu tree. This would be
handy. It may
require on a slight change to the code do this, as well.
Programmer 03 files are merely store in addressses above
those for 01 and 02. ie from the 34th byte, 022Hex.
Logged In: YES
user_id=1103142
I have changed the attachment to a later and larger one that
zip says contains Ambot.c source code.
Ambot.c in Amiga LH Archive
Logged In: YES
user_id=1103142
I have managed to access the text files in the archive.
Here is the Guide which is quite short but useful.
Ambot Guide
Logged In: YES
user_id=1103142
Also there is Ambot.c which is about 60 pages of C code.
A lot will need to be stripped out as is does a lot that Cycle
already does.
Ambot.c in Amiga C code