That is my approach as well to monitor data.
I once used the network library as well for this.
You can also send the data (received from Arduino) back to the same sketch on same COM port and view it in the console; I did this in my exploration of this topic since my other hardware was not available and removed that in my example to keep it simple.
:)