Results 1 to 2 of 2

Thread: serial port - on web site?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Posts
    274

    serial port - on web site?

    Is it possible for a serial port function to be accessed from a web browser? So that the user can access the data of certain device through serial port on web site.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: serial port - on web site?

    Sure. SerProxy is one program that maps TCP<->Serial. It's pretty trivial in VB. Open a serial port and open a TCP port. When you get data on one, send it out the other. Add bells and whistles (like user-selectable ports on both sides).
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width