High CPU with Firmata library
I noticed that CPU utilization goes above 40% as soon as I create an instance of the Arduino class in a simple C# project. That is, the below single line spins up the CPU heavily :
Code: Select all
Arduino myArduino = new Arduino("COM5") Any ideas why ?