send and receive serial data

edited October 2013 in How To...

i have created a game "air hockey" and i want to display the score of the individual player on 7 segment display. So,i need suggestions how i can do it. It's a humble request to all.

Answers

  • I understand you have created your Game in Processing and want to show in a 7 seg display, the score for each player... If that's the case, then you need you communicate Processing via USB with a device capable of handling the 7 seg display. You can use an Arduino for that. Send the score to Arduino and make the Arduino code to handle the display. Post the same question in the Arduino Forum and they will give you a million solutions and examples. The guys there are good.

Sign In or Register to comment.