|
Title: 1->6 Quick access keys Post by: Chris on 25 Jul 2005, 13:38 Do you know the case codes for the 1-to-6 quick access codes?
Also If case 0x30 is Key command from Head Unit na d case 0x50 is Head Unit Ask for CD Text what is case 0x40? i.e case 0x??: UART_SendByte ('1'); // Quick key 1 break; Cheers Chris Title: Re: 1->6 Quick access keys Post by: brokly on 25 Jul 2005, 15:03 0x40 and 0x70 - POWER STATUS. 0x40 It is necessary for processing, 0õ70 facultatively. 0x30 key command include master code (position 7) and unessential slave code (position 8 ).
|