JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

Adding Slingbox support to RM
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - Software
View previous topic :: View next topic  
Author Message
underquark
Expert


Joined: 20 Jun 2005
Posts: 874
Location: UK

                    
PostPosted: Sat Sep 03, 2005 2:57 pm    Post subject: Reply with quote

The Robman wrote:
When you're next under the hod of RM, could I make a request? Would it be possible to allow the DELETE button on the PC keyboard delete button assignments (in the Buttons sheet), rather than requirig us to drage the "none" icon over it?
Good suggestion; could I ask for [ctrl] to allow multiple selections of buttons to delete or [shift] to select a range? BTW have you been drinking or do you have a head cold?
Back to top
View user's profile Send private message
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Mon Sep 05, 2005 6:03 pm    Post subject: Reply with quote

The Robman wrote:
I just found a slight bug in the code that generates a binary upgrade. The problem occurs when a protocol upgrade is required. The length that RM calculates for the 2nd byte of the binary file is 1 greater than it should be.

To verify this, try importing the D0037_JU.bin upgrade file, then try exporting it and save it with a different name. You'll see that in the original the length byte is 0x29 and in the generated code it's 0x2A.

I can fix the protocol offset being off by one.

I also noticed that RM is generating a different protocol upgrade than what is in the original file. Any idea what's going on there?
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Mon Sep 05, 2005 6:03 pm    Post subject: Reply with quote

The Robman wrote:
When you're next under the hood of RM, could I make a request? Would it be possible to allow the DELETE button on the PC keyboard delete button assignments (in the Buttons sheet), rather than requiring us to drag the "none" icon over it?
No sweat.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21210
Location: Chicago, IL

                    
PostPosted: Mon Sep 05, 2005 6:40 pm    Post subject: Reply with quote

gfb107 wrote:
I also noticed that RM is generating a different protocol upgrade than what is in the original file. Any idea what's going on there?

RM gets the protocol code from protocols.ini The protocol in question is the standard Sharp/Denon protocol IIRC, and I think this is standard issue for all remotes. So my guess is that they tweeked it a little.

When they upgrade an exec, they virtually delete it from all the remotes that have the old version, so when they create upgrades for these old remotes, a protocol upgrade is automatically generated. They certainly don't go to the lengths that we do to support every variation of an exec.
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Mon Sep 05, 2005 9:36 pm    Post subject: Reply with quote

underquark wrote:
Good suggestion; could I ask for [ctrl] to allow multiple selections of buttons to delete or [shift] to select a range?

The Buttons tab already supports multiple selection using ctrl and shift. The delete key will work with multiple buttons selected.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Mon Sep 05, 2005 9:39 pm    Post subject: Reply with quote

I always found the - none - function rather non-intuitive. I'm tempted to get rid of it when I add support for the delete key. Thoughts? I could add a delete button next to the Auto assign button in addition to supporting the delete key.

BTW, I plan on adding this new delete support to the Layout tab in addition to the Buttons tab.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Tue Sep 06, 2005 5:20 pm    Post subject: Reply with quote

RM v1.35 is ready with all these changes.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21210
Location: Chicago, IL

                    
PostPosted: Tue Sep 06, 2005 5:26 pm    Post subject: Reply with quote

Thanks Greg, I'll check it out.
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21210
Location: Chicago, IL

                    
PostPosted: Wed Sep 14, 2005 8:45 pm    Post subject: Reply with quote

Hey Greg,
Could you try loading this upgrade into RM and then select the PL Slingbox. This "manual settings" upgrade uses the $016C protocol, which is installed in the PL Slingbox, but RM is supllying a protocol upgrade anyway, which is tripping the size limit. Any clues as to why?

Also, is there any chance that you could support a size limit parameter of some sort if we were to add one to the RDFs. In my testing, the total upgrade size limit for the Slingbox is just 108 bytes.
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Thu Sep 15, 2005 9:36 am    Post subject: Reply with quote

RM makes the (incorrect) assumption that any protocol used with "Manual Settings" must not be builtin, and therefore the protocol code is required.

Since this appears to be an official protocol, we should take the time to create a protocols.ini entry for it, which will resolve this.

You can start by just creating an placeholder for it like this:
Code:
[pid: 01 6C]
PID=01 6C
Code.S3C80=43 8b 42 8b 05 00 00 6a 01 67 e4 07 09 e4 08 0a \
e4 03 07 e4 04 08 f0 08 56 08 0f f6 ff 90 f6 ff \
2f fb 0b 46 08 80 f6 ff 90 f6 ff 2f 7b fb af 28 \
03 f6 ff 68 28 04 f6 ff 68 28 05 f6 ff 68 28 06 \
f6 ff 88 c6 f8 19 64 f6 01 58 28 07 f6 ff 68 28 \
08 f6 ff 68 28 09 f6 ff 68 28 0a f6 ff 88 c6 f8 \
9b 47 f6 01 58 8d 01 0a 48 c2 f0 c2 f6 ff 74 28 \
c4 8d ff 74 1c 12 f6 01 4c 56 c2 0f 6b 09 c6 f8 \
00 3f f6 01 58 2a f7 af f6 ff 68 1c 12 8d 01 4c \
08 07 f0 c0 18 08 f6 ff b0 18 09 f6 ff b0 18 0a \
f6 ff b0 60 c0 0e 56 c0 0f 56 07 f0 44 c0 07 af \
28 c1 f0 c1 02 12 02 01 af


RM will figure out the number of device and command parameters by parsing the protocol code. Of course it will only have standard names for the parameters, with default translation (MSB). However, it'll work.

You will have to recreate the device upgrade, but that's easy to do using cut'n'paste.

As far as adding support for size limits, all we need is to come up with the RDF syntax for it. I suggest adding new entried to the [General] section.
Code:
MaxDeviceUpgradeLength=<maximum size (bytes) for a device upgrade>
MaxProtocolUpgradeLength=<maximum size (bytes) for a protocol upgrade>
MaxCombinedUpgradeLength=<maximum size (bytes) for the device and protocol upgrades combined>

I can look at adding code to enforce those limits next week.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21210
Location: Chicago, IL

                    
PostPosted: Thu Sep 15, 2005 10:44 am    Post subject: Reply with quote

For "manual settings" upgrades that include protocols, would it be possible for RM to first check the RDF to see whether there is a version of this p-id pre-installed, and when it finds that it is installed, offer the user the option of including the protocol.

Obviously, regular users have the option of copying the protocol or not, so this is just for Slingbox users who don't have any control over how the binary files are formatted.

Your suggested syntax for the size limits is totally fine with me, so I'll go ahead and add something to the Slingbox RDFs. We can also use these same controls for any other remotes that have size limitations. For the Slingbox, when I specify the size limit, do you want it to be to total size of the data that gets written to the binary file, or just the upgrade portion of the data (ie, minus the first 4 bytes)?
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
mr_d_p_gumby
Expert


Joined: 03 Aug 2003
Posts: 1370
Location: Newbury Park, CA

                    
PostPosted: Thu Sep 15, 2005 11:59 am    Post subject: Reply with quote

gfb107 wrote:
Code:
MaxDeviceUpgradeLength=<maximum size (bytes) for a device upgrade>
MaxProtocolUpgradeLength=<maximum size (bytes) for a protocol upgrade>
MaxCombinedUpgradeLength=<maximum size (bytes) for the device and protocol upgrades combined>
Greg, we already have
Code:
MaxProtocolLength=<maximum size (bytes) for a protocol upgrade>
defined in current RDFs, and I had suggested previously that we use
Code:
MaxUpgradeLength=<maximum size (bytes) for a device upgrade>
so maybe we could add the third item as you suggested
Code:
MaxCombinedUpgradeLength=<maximum size (bytes) for the device and protocol upgrades combined>

_________________
Mike England
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21210
Location: Chicago, IL

                    
PostPosted: Fri Sep 16, 2005 10:35 am    Post subject: Reply with quote

I haven't fully diagnosed how the $016C protocol works yet, but I tried learning some signals from it and DecodeIR recognises them as "Dreambox" with a device code of 18 and a sub-device code of 0. So, I have put a quick protocols.ini entry together that reflects those values. There are 3 bytes of fixed data before the device code byte, so for now I'm calling them "OEM" codes, I'll correct that later when I know what those values do.

[EDIT:] it's the same protocol used by the Fireball FCS discussed here...
http://www.hifi-remote.com/forums/viewtopic.php?t=3332

Here's the entry...

Code:

[Dreambox]
PID=01 6C
DevParms=Device=18,OEM Dev1=6,OEM Dev2=15,OEM Dev3=68
DeviceTranslator=Translator(1,8,0) \
                 Translator(2,8,8) \
                 Translator(3,8,16) \
                 Translator(0,8,24)
FixedData=06 0F 44 12
CmdParms=OBC=0,Sub Device=0
CmdTranslator=Translator(1,8,0) Translator(0,8,8)
CmdIndex=1
DefaultCmd=00 00
Code.S3C80=43 8b 42 8b 05 00 00 6a 01 67 e4 07 09 e4 08 0a \
e4 03 07 e4 04 08 f0 08 56 08 0f f6 ff 90 f6 ff \
2f fb 0b 46 08 80 f6 ff 90 f6 ff 2f 7b fb af 28 \
03 f6 ff 68 28 04 f6 ff 68 28 05 f6 ff 68 28 06 \
f6 ff 88 c6 f8 19 64 f6 01 58 28 07 f6 ff 68 28 \
08 f6 ff 68 28 09 f6 ff 68 28 0a f6 ff 88 c6 f8 \
9b 47 f6 01 58 8d 01 0a 48 c2 f0 c2 f6 ff 74 28 \
c4 8d ff 74 1c 12 f6 01 4c 56 c2 0f 6b 09 c6 f8 \
00 3f f6 01 58 2a f7 af f6 ff 68 1c 12 8d 01 4c \
08 07 f0 c0 18 08 f6 ff b0 18 09 f6 ff b0 18 0a \
f6 ff b0 60 c0 0e 56 c0 0f 56 07 f0 44 c0 07 af \
28 c1 f0 c1 02 12 02 01 af

_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Fri Sep 23, 2005 9:38 am    Post subject: Reply with quote

I'm now working on adding support for MaxUpgradeLength, MaxProtocolLength and MaxCombinedUpgradeLength.

I'm not clear on whether or not the MaxLength includes the 2 bytes in the upgrade header. For a device upgrade, that's the device type, setup code and "Pid > 255", and for a protocol upgrade it's the PID.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21210
Location: Chicago, IL

                    
PostPosted: Fri Sep 23, 2005 12:07 pm    Post subject: Reply with quote

If you're talking about the MaxCombinedUpgradeLength variable for the Slingbox, it should include everything that goes in the binary file.

If you're talking about the MaxUpgradeLength and MaxProtocolLength variables for normal remotes, the setup code hex and pid hex are not part of regular upgrades, so my guess is that they should not be included.

However, when you create a device specific upgrade for the "Mits 740" remotes, the setup code hex is part of the complete upgrade (the format of these upgrades is very similar to the Slingbox format). I don't know if the size limits as currently defined include those bytes or not.
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - Software All times are GMT - 5 Hours
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 7 of 10

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control