[][src]Function cntrlr::io::pc_serial

pub fn pc_serial() -> impl DerefMut<Target = impl Serial>
This is supported on board="red_v" only.

The serial connection to a host PC

On some boards, this is an alias for the serial port at serial_1. If you intend to use the serial port for off-board communication, you should use serial_1 for compatibility with boards which differentiate the two serial ports.