there are a couple of things I could not get from your examples:
MitchJS wrote:
- Code: Select all
PLAY:
TO iPOD: FF 55 04 02 00 00 01 F9
FF = Sync byte (autobaud)
55 = Header
04 = Length
02 = Lingo 02
00 = Button Status
00 01 (index0, index1 contains 01) (play as in table)
F9 checksum
dont forget to send the button up status!!!
- Code: Select all
TO iPOD: FF 55 03 02 00 00 FB
mitch
on the command structure: what is the meaning and function of the 5th byte, "button status". It seems always being 00.
some commands are duplicated in index 0 and index 1: in which case should we use index 0/play-pause or index 1/play-resume?
what is the button up status colmand for? Should I understand that the "button" selected in command will remain active until released by a specific button up command?
Thanks for this.
Nico







