1.32. windows Module¶
-
robovero.windows.enumerateSerialPorts()¶ Uses the Win32 registry to return a iterator of serial (COM) ports existing on this computer.
-
robovero.windows.fullPortName(portname)¶ Args:
- Given a port-name (of the form COM7, COM12, CNCA0, etc.)
Return:
- a full name suitable for opening with the Serial class.