Visual Studio

Hello everyone!

Does anyone have a method to see what a visual studio program outputs to serial monitor? Having some weird issues and want to see what the software outputs.

(deleted)

Only per se.

Arduino code is written to the board and the visual studio program just ouputs values to the board and stuff changes. Question is, is there a way to see what the program outputs to the serial monitor

I am confused. Visual Studio, to me, is a development environment.
You are referring to it in a way I cannot understand.

Attached (vbTXT.txt) is some vb code I created to communicate with my arduino to control my hue lamps via serial comms. It's simple -advanced coders will most like poke fun at the structure; but, it works. Attached is a pic of the vb designer so that you may have a feel of the layout while reading the code.

vbTXT.txt (12.3 KB)

(deleted)