Skip to content
This repository was archived by the owner on Oct 20, 2019. It is now read-only.
/ sony-jukebox-slink Public archive

Arduino program to send commands to a Sony CDP-CX jukebox via the S-Link protocol

Notifications You must be signed in to change notification settings

hajdbo/sony-jukebox-slink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

sony-jukebox-slink

Arduino program to send commands to a Sony CDP-CX jukebox via the S-Link protocol Sony CDPDX jukebox

Commands are sent from a PC to the Arduino via this very basic serial protocol:

  • A: send_PWON
  • B: send_PWOFF
  • C: send_PLAY
  • D: send_STOP
  • P: send_PAUSE
  • E: send_NEXT
  • F: send_PREV
  • G127: select CD #127

Interface

interface

Connect the interface to one of the Control-A1 ports, using a 3.5mm mono male jack. control A1 port

History

This is based on the reverse engineering done by Jeff Behle. He wrote a linux kernel driver, which I converted to an Arduino sketch. His 2003 website is still visible via archive.org: http://web.archive.org/web/20040722060841/http://www.undeadscientist.com/slink/index.html

Notice

I don't have a jukebox anymore, so this repo will not change.

About

Arduino program to send commands to a Sony CDP-CX jukebox via the S-Link protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published