• C code for 32 bit ir decoder
    hi every one, i was made rc5,sony decoder to decode many out for drive relay But no sucsess in 32bit hitachi Nec or many other remotes help to build decoder in C or C++ or any ic to decode 32 bit...
  • C code for 32 bit ir decoder
    hi every one, i was made rc5,sony decoder to decode many out for drive relay But no sucsess in 32bit hitachi Nec or many other remotes help to build decoder in C or C++ or any ic to decode 32 bit...
  • How do I code a command decoder without warnings?
    Hi, this is a part of my command decoder: const char Command_D[] = {"D"}; //Command in Memory u8 In_Command[17]; //Command from USART if (strcmp(Command_D, In_Command) == 0) { Run_Dump(...
  • How do I code a command decoder without warnings?
    Hi, this is a part of my command decoder: const char Command_D[] = {"D"}; //Command in Memory u8 In_Command[17]; //Command from USART if (strcmp(Command_D, In_Command) == 0) { Run_Dump(...
  • Decoding
    Hello, I have this code from PAR pos system. I want to know what does this number represent and is anyway to convert it into decimal and ascii 03 03 A1 02 06 00 03 00 FF FF 34 5E 31 98 74 What...