Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#2173 - bidirectional serial communication on remote pin

Attached to Project: Rockbox
Opened by Jörg Hohensohn (hohensoh) - Sunday, 02 May 2004, 21:41 GMT+2
Last edited by Rani Hod (RaeNye) - Saturday, 23 September 2006, 04:27 GMT+2
Task Type Patches
Category Drivers
Status Closed
Assigned To No-one
Player Type All players
Severity Very Low
Priority Low
Reported Version Unstable (example)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

The remote pin can be serial input or a plain output. So
a "software TX" can be realized, to e.g. communicate
with external microcontrollers forming a car CD changer
emulator, or some other kind of "intelligent" remote.

The patch is not in the shape I'd like it to (cleanly
separating a serial driver from the remote control service
using it), but a start; to be updated. It has some
preparation for a generic CD changer protocol.
   rockbox-daily-20040422-softtx.diff (20.5 KiB)
 rockbox-daily-20040422-softtx/apps/debug_menu.c         |  101 ++++
 rockbox-daily-20040422-softtx/apps/main.c               |    9 
 rockbox-daily-20040422-softtx/firmware/drivers/serial.c |  373 ++++++++++++++--
 rockbox-daily-20040422-softtx/firmware/export/serial.h  |    4 
 4 files changed, 441 insertions(+), 46 deletions(-)

This task depends upon

Closed by  Daniel Stenberg (bagder)
Saturday, 19 May 2007, 17:27 GMT+2
Reason for closing:  Rejected

Loading...