pub fn find_port() -> Option<String>
Finds and returns the COM port that matches the description “USB-SERIAL CH340”.
An Option<String> containing the port name if found, otherwise None.
Option<String>
None