|
Hi
I have an arduino kit that can communicate with a Philips Living Colors lamp with no problem.
I have a sample program uploaded in the arduino kit which parses serial port commands and sends over the air information to the lamp. So I can programatically change the color of my lamp sending the {R,G,B} codes I want from my PC, wirelessly.
I'd like to make BobLight (http://www.xs4all.nl/~loosen/elektronica/BobLight/BobLight.rar) work with the kit. As far as I can see, BobLight.exe scans the screen and sends to a selected serial port some kind of colour commands.
So to connect my kit and BobLight I just need to know how BobLight sends its commands, so I can write an Arduino program to parse them and make the lamp react to the {R,G,B} data sent.
Does someone know what is BobLight actually writing to the COM port? I tried to use a COM port sniffer, but the output is hard to reverse enginner.
Toni
|