Reputation: 11
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
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