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 / C++ / MFC
  4. in/out to parallel port with asm command in x64

in/out to parallel port with asm command in x64

Scheduled Pinned Locked Moved C / C++ / MFC
help
3 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.
  • H Offline
    H Offline
    hameduser
    wrote on last edited by
    #1

    Hi , I want with use asm command (in out) in VC send my value to parallel port, my OS is windows X64 and when send to parallel port , get a OS Error.

    J 1 Reply Last reply
    0
    • H hameduser

      Hi , I want with use asm command (in out) in VC send my value to parallel port, my OS is windows X64 and when send to parallel port , get a OS Error.

      J Offline
      J Offline
      JudyL_MD
      wrote on last edited by
      #2

      You can't use in / out in Windows programs. Only drivers are allowed to access hardware at that level. If you search on the web, you'll find various programs that will allow you to write to the parallel port. They've already done the work of writing the driver and provide you with an API to call from a Windows program. Judy

      H 1 Reply Last reply
      0
      • J JudyL_MD

        You can't use in / out in Windows programs. Only drivers are allowed to access hardware at that level. If you search on the web, you'll find various programs that will allow you to write to the parallel port. They've already done the work of writing the driver and provide you with an API to call from a Windows program. Judy

        H Offline
        H Offline
        hameduser
        wrote on last edited by
        #3

        I have gwiopm.sys file get from internet and with this .sys file can use in / out asm command and sent data to parallel port from application Win32 , now i want send my data to parallel port from windows X64.

        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