Serial |
| Name | Description | |
|---|---|---|
| DetectDevice(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. | |
| DetectDevice(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. |