Serial ports cmd

broken image
broken image

OpenSerialPort(String, int, int, int, int, int, int)Ĭreates and opens a SerialPort object for the provided port name with the given port parameters OpenSerialPort(String, SerialPortParameters)Ĭreates and opens a SerialPort object for the provided port name with the given configuration You can also specify other serial port parameters using a SerialPortParameters object or directly in the openSerialPort method.Ĭreates and opens a SerialPort object for the provided port name The listSerialPorts() method lists all the available serial ports in the device.

broken image

The SerialPortManager allows you to create a SerialPort object for a specific port name.

broken image