Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox mail archive

Subject: Read from Jukebox

Read from Jukebox

From: nsauzede <nsauzede_at_yahoo.com>
Date: Sat, 12 Jan 2002 08:55:06 +0100

Hi !

After a long night of effort, I could successfully read the 16 first bytes of my own mod from the running jukebox
to my PC using the Ear jack.

Ok, I couldn't do more tests (I suppose there can be errors by downloading huger zone -- my bit-transfer method isn't robust)

Here is the principle :
The mod begins by reconfiguring the PB10 from RXD1 to simple IO mode. It select it for output.
Then, the jukebox is ready to send some bits to the PC.
For that, I used the parallel port (the jukebox line is connected to the ACK pin)

Then, the most complicated : I had to find a way to transfer 8bit frames through this poor line, without rs232 buffer, nor any sync clock..
The method is : first, the PC wait for a line change; then it measures time for the line to change again.
This time is stored, and it correspond to the approx duration of a "0" transmission by the jukebox; for a "1", it will have two times the same duration.

The problem of this approach is the result is VERY long, and the speed is not constant (00 is faster than FF)
But for now, it was the only solution..

So if someone has a best idea..

After that I can try to d/l the original f/w
(anybody has clue where it is in memory space ??? ROM region ?? Flash region ??)

--
Gizz.
Received on 2002-01-12

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy