I'm trying to send packets between a Teensy4.1 and linux system. If I understand how USB serial works on the Teensy4, Serial.write should directly use hi speed USB and allow for (in theory) 480 Mbps data transfer rate. On the linux side, I'm interfacing with the Teensy via a virtual com port...