-4

Let us see I have a

GSM Modem

connected to a computer that having a valid Static IP Address. Now as a PHP Developer i want to connect to that computer and have to listen the COM1 port. This is what exactly i'm looking for.

Is this possible ?

3
  • 1
    @James I think you could create a GUI in Visual Basic to do it. Commented Apr 24, 2013 at 18:05
  • assuming that you really don't want to make fun of the people that try to help you, you should describe in more detail what you want to do. So far it is pretty unclear - to me at least. Commented Apr 24, 2013 at 18:09
  • @BNL excellent idea. Solves most problems IP related! m.youtube.com/watch?v=hkDD03yeLnU Commented Apr 24, 2013 at 19:08

2 Answers 2

1
telnet {remote_computer's_ip_address} 80
telnet> get /
Sign up to request clarification or add additional context in comments.

Comments

0

What you are writing about is always done when you hit some page by your browser ;-) Exactly your computer connects to the web server using HTTP protocol. So I guess that you are looking for something like remote desktop over HTTP? So AFAIK you have two options Write your own web server/client software to do this task or you can do some kine of tunneling (if it is just meter of the open ports/protocols).

2 Comments

Hey guys, This is the real question what i want exactly. Connecting a modem attached to COM1 port outside the network
I Concluded that A connection via made using Port Forwarding which depends on a router. Thanks for your help...

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.