Mohan K
Mohan K

Reputation: 11

Set AT command through TCP using Ip and Port number in c#

How to send AT command to any hardware through its ip and port number. HW is connected with internet. Any possible way doing this with c#?

Upvotes: 1

Views: 1892

Answers (1)

Ali Vojdanian
Ali Vojdanian

Reputation: 2111

You can send and receive AT commands after reading this Question.

Also you can read this tutorial which includes its source code for that :

C# Programming: Sending SMS using AT Commands

And here is the Source Code

Update : If you want to send throgh ip address you should read this :

Meade's Autostar Suite is delivered with a program called "NetScope" which is actually a telescope Server, listening on TCP/IP and sends commands via Serial port to the telescope.

How to send commands via network to a TCP/IP-SerialPort server?

Hope it helps

Upvotes: 1

Related Questions