1

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#?

Mohan K
  • 11
  • 4

1 Answers1

1

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

Community
  • 1
  • 1
Ali Vojdanian
  • 2,067
  • 2
  • 31
  • 47
  • But my device is connected somewhere else. am just want to set AT cmd using its ip and port. My device never connect with com port – Mohan K Mar 05 '15 at 06:47
  • @MohanK Read this : [Sending through ip address](https://km.zebra.com/kb/index?page=content&id=SA277&actp=LIST). Also you can read the updated answer. – Ali Vojdanian Mar 05 '15 at 06:51