Menu

Parallel Port Access with .cpp (not .c)

2003-01-05
2012-09-26
  • Nobody/Anonymous

    function _outp works for .c files, I'd appreciate it if someone could help with the usage of port access using devc++.

     
    • Nobody/Anonymous

      Where is that prototyped?

      Kip

       
    • Nobody/Anonymous

      In this case the best way to phrase your question, and to google for, would be port access using gcc, whichis the compiler.

      I *think* a lot of how you do port access depends on what OS you are using.  Port access is hard with NT/2000/XP

      Wayne

       
    • Nobody/Anonymous

      Download the PortIO  from http://www.sstnet.com/
      It is free! Bundled with an API-documentation!

      Then you can try the cross-platform project lptman at http://lptman.sourceforge.net/ (uses PortIO)

      GL /Roger

       
    • Nobody/Anonymous

      You can use c functions in c++ also, but if you exactly want to compile c files with dev-c++ then write -std=c89 or -std=c99 in c/c++ options.

      Could you please say why you need port access, we are interested you know. :-)

      tkorrovi

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.