I checked the pins connection and they are fine, the serial cable is identified by my computer too, so no problem here. I’m using Windows on my host machine, and connecting to the serial port using Putty with Speed 115200.
The connection works fine, but the terminal stays empty
I was expecting that the boot log would be outputed on the terminal, but nothing is happening. For context, I was trying to trigger the u-boot img on SD card, but I also tried to just boot BBB with the SO on eMMC but no terminal logs either.
Usually if you get no serial output (assuming you are using the correct COM port) it is because you have wired the connections up wrongly.
You should be wiring up Tx on one interface to Rx on the other. and vice versa. So often I see people thinking that these are just labels and that like labels are connected together. This is not the case.
Pretty nice tool, thanks for pointing out!
On windows and COM ports I otherwise use RealTerm: https://realterm.i2cchip.com/
@sw3luke To check if connection from terminal to serial works, simply short Rx and Tx pin (without connected BB of course). Then when you send something to terminal, it must return immediately.