High CPU with Firmata library

userHead LaFrank 2017-03-07 00:41:21 3767 Views5 Replies
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 ?