Send something through Serial even with Processing minimized

edited June 2014 in Arduino

I'm currently working with a little car that responds to the same movements than the car from a PC game but I'm having a little problem involving Processing and Serial input/output. I made a script that catches what key was pressed, send it to the Arduino through Serial I/O and the arduino controls some motors according to the expected movements but it only works when the Processing software/window is open. Is there anyway to make it work even with the Processing software/window minimized?

I want to keep the game in fullscreen mode and I want that the information about which key was pressed arrives to the game(it is what will control the game) and to the processing software(that will send it to Arduino). How can I do this?

Thank you.

Sign In or Register to comment.