0

I have a custom POS system in PHP (on a remote server), which requires displaying the price on a Pole display device, which is connected through com port (on the local PC).

I want a way to access the local com port from a remote server.

Is that applicable?

6
  • php run server side, so in short, no Commented Mar 24, 2014 at 3:37
  • @Dagon, is there's any work around for this? I mean using Javascript or any other language. Commented Mar 24, 2014 at 3:39
  • seems like your approaching this with the wrong language set, the pc with the com device should be running an application to communicate with the remote server Commented Mar 24, 2014 at 3:44
  • does google serial help with this? developer.chrome.com/apps/serial Commented Mar 24, 2014 at 4:34
  • 1
    You can buy a serial over ethernet device which will convert the serial stream to TCP/IP in both directions. Then you can use a socket in your PHP/server side to talk to it. I have had good luck with Lantronix devices. lantronix.com/device-networking/embedded-device-servers/?tab=0 Commented Mar 25, 2014 at 12:15

1 Answer 1

1

You can buy a serial over ethernet device which will convert the serial stream to TCP/IP in both directions. Then you can use a socket in your PHP/server side to talk to it. I have had good luck with Lantronix devices. http://www.lantronix.com/device-networking/embedded-device-servers/?tab=0

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.