Progamming model

irMagician can handle only one IR signal in itself. You need to download, if you use other IR signal data in every times. This page shows basic use case for IR signal uploading(save) and downloading(load).

  1. Capture IR signal
  2. Confirm correct captured IR signal data with play command
  3. Save captured IR signal data
  4. Load & Play captured IR signal data

Using python for independent platform. irMagician is based on CDC-ACM. Pyserial is mandatory. This sample does not care error handling. It will be required to make real application.

  1. Capture IR signal
    For capturing IR signal, script as below,

  2. Confirm correct captured IR signal data with play command
    Evaluate captured IR signal data to point to target device. Just changed to command as “c’ to ‘p’.

  3. Save captured IR signal data
    Captured IR signal data is stored to json format. This point of view, inquiry for number of data, bank handling

  4. Load & Play captured IR signal data
    Download IR signal data from json file then send it to target device