Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#208640 - 09/03/2004 22:13 Serial Commands from Telnet?
SonicSnoop
addict

Registered: 29/06/2002
Posts: 531
Loc: Triangle, VA
Is it possible to somehow pass serial commands to the player from a telnet session or bash script? I tried searching for this but couldnt find it.. If I missed it please point me to it Thanks!
_________________________
-D Modifying and Tweaking is a journey, not a destination................................ MKIIa : 60gig - 040103286 - Blue - v2 + PCATS tuner MKIIa : 20gig - 040103260 - Blue - v3a8 + Mark Lord Special Edition Cherry Dock

Top
#208641 - 10/03/2004 07:37 Re: Serial Commands from Telnet? [Re: SonicSnoop]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
echo "n" > /proc/empeg_notify

(skips to next song)
_________________________
Mark Cushman

Top
#208642 - 10/03/2004 08:05 Re: Serial Commands from Telnet? [Re: SonicSnoop]
tonyc
carpal tunnel

Registered: 27/06/1999
Posts: 7058
Loc: Pittsburgh, PA
For more commands you can send using the mechanism Mark describes above, clicky clicky. List may be slightly incomplete or outdated, but most of them should work.
_________________________
- Tony C
my empeg stuff

Top
#208643 - 10/03/2004 12:44 Re: Serial Commands from Telnet? [Re: cushman]
SonicSnoop
addict

Registered: 29/06/2002
Posts: 531
Loc: Triangle, VA
Thanks for the reply. I thought that should be it, But I keep trying and no command will work for me that way. Really I just need a way to change the volume up and down one notch from a bash script. and I tried " echo "x" > /proc/empeg_notify and I tried + in place of x nothing, also tried " " for play, and "n" for next track same. I have notify=1 in my config.ini .. I can do the whole popup 3 message and it works. Anyone have any ideas? Thanks
_________________________
-D Modifying and Tweaking is a journey, not a destination................................ MKIIa : 60gig - 040103286 - Blue - v2 + PCATS tuner MKIIa : 20gig - 040103260 - Blue - v3a8 + Mark Lord Special Edition Cherry Dock

Top
#208644 - 10/03/2004 16:03 Re: Serial Commands from Telnet? [Re: SonicSnoop]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14482
Loc: Canada
echo "button=VolUp" >/proc/empeg_notify

Top
#208645 - 11/03/2004 06:21 Re: Serial Commands from Telnet? [Re: mlord]
SonicSnoop
addict

Registered: 29/06/2002
Posts: 531
Loc: Triangle, VA
Thank you, I will give that a shot later, but considering you compiled this kernel im sure it works
_________________________
-D Modifying and Tweaking is a journey, not a destination................................ MKIIa : 60gig - 040103286 - Blue - v2 + PCATS tuner MKIIa : 20gig - 040103260 - Blue - v3a8 + Mark Lord Special Edition Cherry Dock

Top
#208646 - 11/03/2004 16:05 Re: Serial Commands from Telnet? [Re: mlord]
SonicSnoop
addict

Registered: 29/06/2002
Posts: 531
Loc: Triangle, VA
Works great! Thanks! Is there any way I can also cancel the popup message for volume when I issue that? not for all volume changes just from the console.. Thanks
_________________________
-D Modifying and Tweaking is a journey, not a destination................................ MKIIa : 60gig - 040103286 - Blue - v2 + PCATS tuner MKIIa : 20gig - 040103260 - Blue - v3a8 + Mark Lord Special Edition Cherry Dock

Top
#208647 - 11/03/2004 17:13 Re: Serial Commands from Telnet? [Re: SonicSnoop]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14482
Loc: Canada
I don't know of a way to prevent the volume popup.

Top
#208648 - 11/03/2004 17:36 Re: Serial Commands from Telnet? [Re: mlord]
SonicSnoop
addict

Registered: 29/06/2002
Posts: 531
Loc: Triangle, VA
ok Thanks
_________________________
-D Modifying and Tweaking is a journey, not a destination................................ MKIIa : 60gig - 040103286 - Blue - v2 + PCATS tuner MKIIa : 20gig - 040103260 - Blue - v3a8 + Mark Lord Special Edition Cherry Dock

Top