I have to realize a communication between Arduino Leonardo and a demon which runs on a pc.
The demon has to tell Arduino informations about the operative system of the machine to which it is linked,the dimension of the screen and other things about its state.
As it has to work both on Windows and on MAC Os, I thought to write the demon in Java, but I've seen that the library RXTX
for communication is hardware dependent, so it can create problems if I use a different machine.
In your opinion shall I use Processing
, or there is another way to achieve that?
Thank you in advance.