Process cannot access the file because it is being used by another proess
So one of the issues with my approach was that the serial port information was being read in so quickly and in multiple places that the calls became almost simultaneous. A quick fix(hack) was the add a slight delay before or after the call which seemed to do the job, however an easier fix would … Read more