I am trying to get some USB to Serial adapters to work, that are not the CDC ACM devices (would like to get those to work as well). So I started hacking up my own object. Currently doing it all within ...
Does the Serial monitor care what the baud rate is set to? As it sends and receives at USB speed WIFI: baud (). Could either make Serial object, as a sub-class of the UART code, or could add baud () ...