farmerbb / RED-Project

ROM Extraction Documentation Project
197 stars 10 forks source link

Retro-Bit Super Retro-Cade #85

Open kjetil-f opened 1 year ago

kjetil-f commented 1 year ago

Using a USB to UART adapter with male to female jumper wire you can dump all of the included games. Even though you can, there is no soldering required to do this.

Use TeraTerm (PuTTY or other terminal emulators probably work as well), Set the port to the correct COM (COM1, COM2, COM3, etc. depending on your USB port), Baud rate/speed to 115200 and language to UTF-8.

Backup the games to a FAT formatted SD card using the following command: cp -r /system/media/GAME/ /storage/extsd/

Based on this tutorial: http://blog.livedoor.jp/scrap_a/archives/22692919.html

RealRelativeEase commented 1 year ago

Thank you for the detailed instructions! Does this work on a European system as well?

kjetil-f commented 1 year ago

It does. On the US version it is possible to do with Lakka installed on an SD-card, but it seems like they have removed some access permissions on the EU version.

For the US version, check out this thread on GBAtemp. It explains the SD card method

kjetil-f commented 1 year ago

Here's a picture: https://global.discourse-cdn.com/standard10/uploads/retrogameboards/original/3X/8/8/8803090d1b33825c795f31f906e030256e722a42.jpeg

RealRelativeEase commented 1 year ago

I've got a USB TTL board and some female to male jumper wires, but I still can't connect to my device. I've got the wires connected (Ground to Ground, Receive to Transmit and vice versa), but I still can't access the device via TeraTerm or Putty. There's no additional power source required, other than the USB port, correct? Also, the lights on my USB TTL board will only flash when partially plugged in and turn off once it's fully plugged in.

kjetil-f commented 1 year ago

Yeah, you need to plug in the power as well. Don't know if the order matters, but what I did is that I first plugged in the jumper wires, pressed the power button in, started the software AND THEN plugged in the power cable to the console (cable already plugged to the power outlet of the wall).

FYI the markings on my adapter seems to have been marked incorrect so I connected it RX to RX and TX to TX. I found out when I read the reviews from Amazon.

RealRelativeEase commented 1 year ago

Thank you so much, it worked! Finally, I get to use these ROMs with better emulators.