I'm working on a project using a Parallax Basic Stamp and would like to
have it display the results on the GBA as basic text. I don't know if I
can use the output of the stamp to program the GBA using multi-boot
system. I would like to be able to transfer the program without using a
flash linker module to load a communication program. The stamp gives me
full control over the method of the serial communication so I believe
they can communicate. I need to find out the specifics of the protocol
used without having to reverse engineer the MBV2 cable and software. To
sum up, every time I supply power to the GBA and Stamp I want the stamp
to load the program into the GBA using the serial interface and display
my data. I have the HAM compiler so I'm able to test the program in the
emulator. Does anybody know if this can be done or another simple
method that will produce similar results?