I'm currently at an internship and am new to using the Hercules dev board. My task has been to prototype multicast using lwip for an application.
The code base uses logging statements through the serial output of the board. Yesterday I was able to use putty to connect to the board and receive these outputs, using COM4 and speed 115200 speed. I would like to get the serial communication back up as it is a good way of verifying different steps of the program have been initialized correctly without having to manually debug the program.
I've verified that the COM port is the same today as yesterday and I've tried restarting the board and my computer as well as using different cables to see if any of those could be the issue, but to no avail.
If anyone could give me insight on how to further debug the dev board and it's serial communication through putty I would greatly appreciate it.