Is there anyway to upload some firmware to the STM32 that makes it act as a "serial passthrough", receiving the serial data from the computer from the virtual COM port, then writing it to a UART, which is connected to pins 0 and 1 on the Mega. The ba...