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. hi how can i send data to parallel port in c#.net 2003 and framework1.1

hi how can i send data to parallel port in c#.net 2003 and framework1.1

Scheduled Pinned Locked Moved C#
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.
  • G Offline
    G Offline
    gpremkamal
    wrote on last edited by
    #1

    hi any plz help me how can i send data to parallel port in VC#.Net 2003 and framework 1.1 prem

    C N S 3 Replies Last reply
    0
    • G gpremkamal

      hi any plz help me how can i send data to parallel port in VC#.Net 2003 and framework 1.1 prem

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

      There's no built in support, I believe that the file inpout.dll is what you need ( that's what I used to read a custom controller via the parallel port in .NET 1.1 )

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

      1 Reply Last reply
      0
      • G gpremkamal

        hi any plz help me how can i send data to parallel port in VC#.Net 2003 and framework 1.1 prem

        N Offline
        N Offline
        Niiiissssshhhhhuuuuu
        wrote on last edited by
        #3

        Hello, here code project it self has many articles on that. just chek it out:mad: nishu

        1 Reply Last reply
        0
        • G gpremkamal

          hi any plz help me how can i send data to parallel port in VC#.Net 2003 and framework 1.1 prem

          S Offline
          S Offline
          sxbluebird
          wrote on last edited by
          #4

          public class PortAccess { [DllImport("inpout32.dll", EntryPoint="Out32")] public static extern void Output(int adress, int value); } then, use PortAccess.Output(***,***) to send data to parallel port. wang

          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