This is a console app written in C# to connect your own Arduino to a MySQL database (local). With this console app, you can get the readings from the Arduino to the DB by using the serial port, so ...
This program works in conjuction with the pydatabsemanager_test.py file. Which looks through the MySQL database 'foosball' for the 'test' entry and its respective [auto-incrementing] Id. That program ...