reading from InfraRed?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jassim Rahma

    #1

    reading from InfraRed?

    I have a medical device which has an infrared and i want to know how can i
    read data from it using the infrared/

  • Peter Duniho

    #2
    Re: reading from InfraRed?

    Jassim Rahma wrote:
    I have a medical device which has an infrared and i want to know how can
    i read data from it using the infrared/
    I suppose it depends on the device. However, my experience has been
    that for computers I've had that have IrDA input ports on them, those
    ports are accessible through both a COM serial driver and a Winsock
    network driver.

    If your medical device is compatible with an IrDA input port, then it
    should be as simple as reading from the IrDA port using the normal COM
    or network APIs.

    If not, then you probably need some custom IR receiver specific to the
    device, and thus you would need to find out from the device's
    manufacturer the specifics.

    Pete

    Comment

    • Daniel Strigl

      #3
      Re: reading from InfraRed?

      Peter Duniho wrote:
      If your medical device is compatible with an IrDA input port, then it
      should be as simple as reading from the IrDA port using the normal COM
      or network APIs.
      For this point take a look at my CodeProject article
      "Infrared Communication with your Mobile Phone" at
      http://www.codeproject.com/ce/irdamobile.asp.

      --
      Daniel Strigl [daniel.strigl@g mx.takethisout. at, remove 'takethisout.']
      Web: http://www.hh-system.com/danielstrigl
      Blog: http://geekswithblogs.net/dastblog

      Comment

      Working...