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. C#
  4. Connecting to RFID Reader

Connecting to RFID Reader

Scheduled Pinned Locked Moved C#
csharpquestion
4 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.
  • U Offline
    U Offline
    User 4074655
    wrote on last edited by
    #1

    I'm developing an application to talk to a rfid card reader using C#. The application works fine on Windows XP, but when it comes to Windows 7, i just cant seem to connect to the device. I can ping to the device, meaning there's connectivity with the reader. I have tried with both firewalls off (public and private) and have turned off my anti-virus software too, but couldnt. Any ideas? aHa

    M 1 Reply Last reply
    0
    • U User 4074655

      I'm developing an application to talk to a rfid card reader using C#. The application works fine on Windows XP, but when it comes to Windows 7, i just cant seem to connect to the device. I can ping to the device, meaning there's connectivity with the reader. I have tried with both firewalls off (public and private) and have turned off my anti-virus software too, but couldnt. Any ideas? aHa

      M Offline
      M Offline
      Migounette
      wrote on last edited by
      #2

      More information is need but, accessing a com port on Windows 7 needs to have specific security privilegde. Check your C# application to see if you do not catch a UnauthorizedAccessException My two cents

      U 1 Reply Last reply
      0
      • M Migounette

        More information is need but, accessing a com port on Windows 7 needs to have specific security privilegde. Check your C# application to see if you do not catch a UnauthorizedAccessException My two cents

        U Offline
        U Offline
        User 4074655
        wrote on last edited by
        #3

        I am using TCP/IP, not COM port. I can ping to the device, cant connect to the device.

        M 1 Reply Last reply
        0
        • U User 4074655

          I am using TCP/IP, not COM port. I can ping to the device, cant connect to the device.

          M Offline
          M Offline
          Migounette
          wrote on last edited by
          #4

          Sorry, I thought it was a local device. Try to use the : [^] or Wireshark in order to see if the traffic comes in on both side.

          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