Hi,
I've done an implementation of Forth for GBA, called PandaForth (see here), and I'd like to port it to GP32.
One of the features of PandaForth for GBA is the ability to code directly on hardware thru a multiboot cable.
For GP32, it seems easier, as it supports USB. I tried to play a bit with some code for USB found on this site, but at the moment I haven't be able to get USB communication work in both ways (I have been able to send data from GP32 to PC, but not the other way).
If anyone has some code (for PC and GP32) of bi-directional USB communcation, it would help me a lot
I've done an implementation of Forth for GBA, called PandaForth (see here), and I'd like to port it to GP32.
One of the features of PandaForth for GBA is the ability to code directly on hardware thru a multiboot cable.
For GP32, it seems easier, as it supports USB. I tried to play a bit with some code for USB found on this site, but at the moment I haven't be able to get USB communication work in both ways (I have been able to send data from GP32 to PC, but not the other way).
If anyone has some code (for PC and GP32) of bi-directional USB communcation, it would help me a lot