Click or drag to resize

GsmModemDetectGsm Method

Overload List
 NameDescription
Public methodDetectGsm(SerialCommPort, SerialBaudRate) Detects the first GSM modem connected to the system and returns as output parameters the communication port and baud rate.
Public methodDetectGsm(String, SerialBaudRate) Detects the first GSM modem connected to the system and returns as output parameters the communication port and baud rate.
Public methodDetectGsm(SerialBaudRate, SerialBaudRate, String, SerialBaudRate) Detects the first GSM modem connected to the system and returns as output parameters the communication port and baud rate. Only baud rate values between startBaudRate and endBaudRate are checked.
Public methodDetectGsm(SerialBaudRate, SerialBaudRate, SerialCommPort, SerialBaudRate) Detects the first GSM modem connected to the system and returns as output parameters the communication port and baud rate. Only baud rate values between startBaudRate and endBaudRate are checked.
Top
See Also