There have been a number of improvements made
to the Universal Browser since the thread in October.
so the first question I should ask you is Have
you Live Updated your software?
I am using the latest version that was put out a few days ago. I don't have te version info handy at the moment, but it is the version that has evidently been pulled back because of the mx-3000 page swithing issues.
Why aren't you using the Dish codes in the pre-programmed
database?
I frankly haven't decided which preprogrammed codes I'm going to use yet. I have been an mx-500 owner for years and I recently purchased the mx-700. I'm still experimenting.
However, there are some devices that are missing some of the codes in the databases (I think DISH is complete however). There are devices that don't always put the preprogrammed codes where I want them. Now I know I can use shortcuts to "move" the codes and I know that I can physically move them on the LCD panels, but it seems if I create a shortcut on a hard button, that I no longer have access to the underlying code (unless I'm missing something), so I will need a least one learned code in this case.
And, how are you reading the hex from a .mxd file?
I'm using a hex editor. The format of the code itself is very similar to that of an mx500 (which the irclone guys describe in good detail) so it wasn't to tough to decode the format.
byte 0: the number of parameters
byte 1,2: frequency (clock period = 2 * (256 * MSB + LSB) / 12000000)
byte 3,4: parameter 1 (Period = (256 * MSB + LSB) * clock period)
byte 5,6: parameter 2 (Period = (256 * MSB + LSB) * clock period)
byte 7,8: parameter 3 (Period = (256 * MSB + LSB) * clock period)
byte 9,10 : parameter 4 (Period = (256 * MSB + LSB) * clock period)
Thanks for your response.
Ron