Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. reading weighing scale data

reading weighing scale data

Scheduled Pinned Locked Moved Visual Basic
csharphelpquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ahamed Azeem
    wrote on last edited by
    #1

    Dear Gents, I have an electronic weighing scale connected to the PC. I can read the weight thru hyper terminal with the help of tcp/ip. (IP address: 192.168.5.5 and port number:23). How can i access the same using vb.net Please help me to acheive this Regards Azeem

    T D R 3 Replies Last reply
    0
    • A Ahamed Azeem

      Dear Gents, I have an electronic weighing scale connected to the PC. I can read the weight thru hyper terminal with the help of tcp/ip. (IP address: 192.168.5.5 and port number:23). How can i access the same using vb.net Please help me to acheive this Regards Azeem

      T Offline
      T Offline
      Thomas Stockwell
      wrote on last edited by
      #2

      I am not too familiar with terminal usage, but at first glance I would say emulation. I believe terminal is basically a command prompt window. Simply create a new terminal with Process.Start, and redirect the input and output to your application. Input would be the commands that you type to get the scale information, output would be what the application responds with that would be sent to your application. [Edit:Look into the startup info properties for the Process class.]

      Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog

      1 Reply Last reply
      0
      • A Ahamed Azeem

        Dear Gents, I have an electronic weighing scale connected to the PC. I can read the weight thru hyper terminal with the help of tcp/ip. (IP address: 192.168.5.5 and port number:23). How can i access the same using vb.net Please help me to acheive this Regards Azeem

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Google for a "tcp/ip terminal emulation library" you can use. It's either that or you're going to have to write one yourself using the System.Net namespace.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        1 Reply Last reply
        0
        • A Ahamed Azeem

          Dear Gents, I have an electronic weighing scale connected to the PC. I can read the weight thru hyper terminal with the help of tcp/ip. (IP address: 192.168.5.5 and port number:23). How can i access the same using vb.net Please help me to acheive this Regards Azeem

          R Offline
          R Offline
          Rajesh Anuhya
          wrote on last edited by
          #4

          write a application for tcp-client, then connect to your terminal IP,Port You can get the data on your tcp-client socket.

          Rajesh B --> A Poor Workman Blames His Tools <--

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups