Palm OS 5.4 (Garnet) IR programming (use CIR on IrDa port)

I would like to create an open source alternative for Palm OS programs such as Noviiremote and Omniremote.

I need to access the infrared port of my Tungsten E2 and use it to transmit signals such as remote control (I assume that NEC and / or RC-5).

Are there libraries that I could use? If not, how can I switch to the transfer of raw codes through the IrDa port? I am new to Palm OS programming, but I am very familiar with C ++ / C #.

I read the programming companion and link, and they didn't seem to cover this.

Any help would be great.

Thanks in advance.

+3
source share
1 answer

Well, I think I'm asking the wrong question, so I'm going to flag this and ask a new question.

I really need a way to translate the RC-5 into serial bits, which, in my opinion, are possible since I can use raw IR.

New question: https://stackoverflow.com/questions/3182235/sending-rc-5-ir-signals-serially-using-raw-ir-on-garnet

0
source

Source: https://habr.com/ru/post/1752933/


All Articles