Click or drag to resize

SerialPortDetectDevice Method

Overload List
 NameDescription
Public methodDetectDevice(String, String, SerialCommPort, SerialBaudRate) Detects the serial port where the device is connected to and returns as output parameters the communication port and baud rate. In the detection process senToken will be sent and receivedToken is expected to receive.
Public methodDetectDevice(String, String, SerialBaudRate, SerialBaudRate, SerialCommPort, SerialBaudRate) Detects the serial port where the device is connected to and returns as output parameters the communication port and baud rate. In the detection process senToken will be sent and receivedToken is expected to receive. Only baud rate values between startBaudRate and endBaudRate are checked.
Top
See Also