[SOLVED] Any apps for Pronto TSU9600 and Intelliremote?

Feature Requests, Comments, Bugs, and Suggestions on the Intelliremote application.

[SOLVED] Any apps for Pronto TSU9600 and Intelliremote?

Postby clamster » Fri Sep 04, 2009 9:09 am

I installed the trial version of Intelliremote on my new HTPC and the app on my Itouch and got it to work after a few minutes messing with the ports. This is a terrific product, congrats. I have a Pronto TSU9600 currently controlling my home theater. Although I like the itouch app very much, I was wondering if there are any apps written for Intelliremote for use with this Pronto?
clamster
 
Posts: 4
Joined: Fri Sep 04, 2009 9:04 am

Re: Any apps for Pronto TSU9600 and Intelliremote?

Postby Melloware » Fri Sep 04, 2009 11:32 am

=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Melloware Inc.
http://www.melloware.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
User avatar
Melloware
Site Admin
 
Posts: 6329
Joined: Thu Dec 01, 2005 10:24 pm
Location: Philadelphia, Pennsylvania USA

Re: Any apps for Pronto TSU9600 and Intelliremote?

Postby clamster » Fri Sep 04, 2009 12:41 pm

Thanks.
That looks like raw code to allow someone to develop an app for the pronto to talk to intelliremote...has anyone actually done one? Feeling a bit lazy these days...
clamster
 
Posts: 4
Joined: Fri Sep 04, 2009 9:04 am

Re: Any apps for Pronto TSU9600 and Intelliremote?

Postby Melloware » Fri Sep 04, 2009 1:34 pm

clamster wrote:Thanks.
That looks like raw code to allow someone to develop an app for the pronto to talk to intelliremote...has anyone actually done one? Feeling a bit lazy these days...


If you Private Message the user in that thread I know he mapped his Pronto that way. It essentially emulates exactly what the iPhone app is doing.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Melloware Inc.
http://www.melloware.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
User avatar
Melloware
Site Admin
 
Posts: 6329
Joined: Thu Dec 01, 2005 10:24 pm
Location: Philadelphia, Pennsylvania USA

Re: Any apps for Pronto TSU9600 and Intelliremote?

Postby clamster » Fri Sep 04, 2009 9:24 pm

thanks, I'll give that a shot
clamster
 
Posts: 4
Joined: Fri Sep 04, 2009 9:04 am

Re: Any apps for Pronto TSU9600 and Intelliremote?

Postby clamster » Sat Sep 05, 2009 7:52 am

tried to leave a PM for schallerje yesterday but it's still sitting in my outbox and wasn't sent...now what?
clamster
 
Posts: 4
Joined: Fri Sep 04, 2009 9:04 am

Re: Any apps for Pronto TSU9600 and Intelliremote?

Postby Melloware » Sat Sep 05, 2009 10:21 am

clamster wrote:tried to leave a PM for schallerje yesterday but it's still sitting in my outbox and wasn't sent...now what?


Basically you need to map your pronto for each button with...

Code: Select all
socket = new TCPSocket(true);
socket.connect(System.getGlobal("<your IP>"),6000,3000);
System.delay(200);
socket.write("device 1234567890123456789012345678901234567890\r\n");
System.delay(200);
socket.write("TCP1\r\n");
socket.close();


Here is the list of commands and what they map too...

Code: Select all
TCP_0: string = 'TCP0';
   TCP_1: string = 'TCP1';
   TCP_2: string = 'TCP2';
   TCP_3: string = 'TCP3';
   TCP_4: string = 'TCP4';
   TCP_5: string = 'TCP5';
   TCP_6: string = 'TCP6';
   TCP_7: string = 'TCP7';
   TCP_8: string = 'TCP8';
   TCP_9: string = 'TCP9';
   TCP_STAR: string = 'TCP10';
   TCP_POUND: string = 'TCP11';
   TCP_CLEAR: string = 'TCP12';
   TCP_ENTER: string = 'TCP13';
   TCP_VOLUP: string = 'TCP14';
   TCP_VOLDOWN: string = 'TCP15';
   TCP_CHANNELUP: string = 'TCP16';
   TCP_CHANNELDOWN: string = 'TCP17';
   TCP_RECORD: string = 'TCP18';
   TCP_STOP: string = 'TCP19';
   TCP_REWIND: string = 'TCP20';
   TCP_FASTFORWARD: string = 'TCP21';
   TCP_PLAY: string = 'TCP22';
   TCP_PREVIOUS: string = 'TCP23';
   TCP_PAUSE: string = 'TCP24';
   TCP_NEXT: string = 'TCP25';
   TCP_ARROWLEFT: string = 'TCP26';
   TCP_ARROWUP: string = 'TCP27';
   TCP_ARROWRIGHT: string = 'TCP28';
   TCP_ARROWDOWN: string = 'TCP29';
   TCP_SELECTOK: string = 'TCP30';
   TCP_BACK: string = 'TCP31';
   TCP_INFO: string = 'TCP32';
   TCP_MUTE: string = 'TCP33';
   TCP_GREENBUTTON: string = 'TCP34';
   TCP_RADIO: string = 'TCP35';
   TCP_MUSIC: string = 'TCP36';
   TCP_PICTURES: string = 'TCP37';
   TCP_VIDEOS: string = 'TCP38';
   TCP_RECORDEDTV: string = 'TCP39';
   TCP_GUIDE: string = 'TCP40';
   TCP_LIVETV: string = 'TCP41';
   TCP_DVDMENU: string = 'TCP42';
   TCP_POWER: string = 'TCP43';
   TCP_RED: string = 'TCP44';
   TCP_GREEN: string = 'TCP45';
   TCP_YELLOW: string = 'TCP46';
   TCP_BLUE: string = 'TCP47';
   TCP_TELETEXT: string = 'TCP48';
   TCP_ASPECT: string = 'TCP49';
   TCP_PRINT: string = 'TCP50';
   TCP_VIZUALIZATION: string = 'TCP51';
   TCP_SLOW: string = 'TCP52';
   TCP_STEP: string = 'TCP53';
   TCP_EAX: string = 'TCP54';
   TCP_DISPLAY: string = 'TCP55';


It should take too long to whip up that Pronto profile?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Melloware Inc.
http://www.melloware.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
User avatar
Melloware
Site Admin
 
Posts: 6329
Joined: Thu Dec 01, 2005 10:24 pm
Location: Philadelphia, Pennsylvania USA


Return to Intelliremote

Who is online

Users browsing this forum: No registered users and 3 guests