Hello everyone,
I have to do a project that requires a bit of multiplatforming. I will have an RFID reader connected to an arduino. The code from the scanned RFID tags will be sent to arduino, and the arduino has to send them to the PC, where the code needs to be checked in a database, and to return a flag signal to arduino saying if the code is in the database or not.
My question is if this is possible to be done only with Processing, and can u give me some examples of how to transfer data between the arduino and processing both ways, and at teh same time having processing communicate with a mysql database.