Hi all. I have a program that communicates with an arduino sketch i have via serial.
Im trying to debug said sketch but i am unable to view
The serial monitor while the windows program is running. Im trying to catch what the windows program is sending over serial. Im very new to codeing and arduino in general.
If i just run the window program then the serial monitor it just says com9 unavailable. Tried using putty with the same problem.
Any suggestions on how I could capture what commands are being sent over serial by the windows program?
Search for "windows serial port splitter", which allows two or more processes to access one serial port. There are several different packages that allow you to do this.
I didnt write the software. Im just trying to make it work with my sketch. Iv never been any good at writing code but can kind of work it out if i research the different commands. Its the math side of the code i just dont understand. Id upload the code but its not mine to share.