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. Web Development
  3. ASP.NET
  4. Reading inputs from Device

Reading inputs from Device

Scheduled Pinned Locked Moved ASP.NET
hardwarehelptutorialquestion
2 Posts 2 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.
  • K Offline
    K Offline
    kumarjammula
    wrote on last edited by
    #1

    Hi Plse suggest or with an exmaple How can I read inputs from the hardware device Example: In Milk collection stations if there is device by which we can measure the fat content of milk if it measures the Fat content and given reading as 8.0 how can i get it in to my Application and use them where I have To connect to my System (SERIAL PORT)... And I my Application what namespace I have add. plse help me

    came out of hardwork

    C 1 Reply Last reply
    0
    • K kumarjammula

      Hi Plse suggest or with an exmaple How can I read inputs from the hardware device Example: In Milk collection stations if there is device by which we can measure the fat content of milk if it measures the Fat content and given reading as 8.0 how can i get it in to my Application and use them where I have To connect to my System (SERIAL PORT)... And I my Application what namespace I have add. plse help me

      came out of hardwork

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Gosh, you're a little lost. If you're using .NET 2.0, there are serial port classes. However, they are going to run on the server. You're asking in the ASP.NET forum, a web app would typically run javascript only on the client, and is not going to read any ports. You can run .NET controls inside your site, but they are a PITA to deploy, you'd have to have dedicated sites willing to install .NET and also your controls. Then you'd be back to writing .NET code, which would be appropriately asked for, in the forum for the language you use to write them. http://www.codeproject.com/csharp/SerialCommunication.asp[^] is a Code Project article on using the Serial Port in C#.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      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