pub fn available_serial_esp32s() -> Vec<PathBuf>Expand description
Find all ESP32 serial busses. This function uses
/sys/bus/usb/devices to find the USB devices, and then derive the corresponding
/dev/ttyUSB* port.
ยงReturns
A vector of serial port paths that connect to ESP32 serial busses.