Is it possible to use the hardware serial input for a GPS sensor as well as USB serial monitoring serial output?
I have a gps sensor spitting out information at 38400 baud and SoftwareSerial the arduino Uno can't keep it up. So I thought I try the hardware ports. But wat I've been reading about this port it is sharing with the USB for monitoring. Is it possible to split this port so I can use the input for monitoring the gps and the output to the USB, for monitoring on the computer?