Muhammed Refaat
Muhammed Refaat

Reputation: 9103

How to create modem gateway by SMSLib using USB?

I want to create a modem gateway by SMSLib using a USB connection, i know that there is no a direct way to do that as SMSLib supports only the ip and serial connections :

SerialModemGateway gateway = new SerialModemGateway(id, comPort, baudRate, manufacturer, model)

but is there is a possibility to define the comPort when connectiong the device using USB?if yes then how ? and if no then how can i create a virtual com port by reference to the USB port,note that i tried to check the properties of the USB connection through the device manager but didn't find any com port definitions:

enter image description here

Upvotes: 0

Views: 1234

Answers (1)

Neel Borooah
Neel Borooah

Reputation: 91

Go to Device Manager > Ports. You will find the new COM(?) port there.

Upvotes: 0

Related Questions