Re: Android Application with USB IR Toy v2
Reply #5 –
yeah I forgot one thing.
As I mentioned, I'm taking also the hex codes using the perl script by taking the codes from the original remote.
to convert the .bin file into hex codes, I made a small C# script that I want to share now.
the attachment contains the binary exe and the sourcecode as well.
it is very easy to use:
bin2hex.exe input.bin output.txt
or
bin2hex.exe input.bin
where it creates input.txt as output file.
It should be possible to send these hex codes.
it works at least for my Samsung TV, the Sony HiFi and also the RC6 windows media center (but here I had to disable the debounce).
I'm corrently optimizing my api class, it needs to be more stable.
but my biggest problem is that the device sometimes stuck in bootload mode (led is on all the time) when the tables goes to sleep.
there is another thread in this forum regarding this problem, but it is mainly about windows.