I am collecting resistance data from a Keysight multimeter, and I wish to synchronize it with data that I am collecting from a different source on an Arduino.
For now, I am trying to send my data from the BenchVue application to the Arduino, so I can export it later. I have tried using the Serial Control App, but I can't run the Arduino code and send information from the BenchVue application at the same time, or I get an error "Access to the port 'COM#' is denied."
I do not have much experience with these tools, so forgive me if my question is basic or has obvious gaps.