I have a simple application for which I already have a windows application written for me by someone in VB.
However I need to be able to have this also run on Mac, so Inwill pay again for something that can work on both platforms.
The app allows you to load a JPG picture and it reads the serial port. When the mouse is clicked on the picture, the current value con the serial port sent by Arduino should be entered on the picture. When the user has enough data on the picture he must be able to print and save.
If you are interested contact me at liam1062 at gmail
I am a total Newbie to Processing. I need to read 2 very simple values from the serial port that is continuously updated by Arduino. I have seen ther are differences in the way Mac and Pc handle serial ports. My sketch shouldm work on both pc and mac when compiled. Is this possible? Can some one point me to the correct examples so that I can learn?