Current area: HOME ->

Zip File view

Printer Port Interfacing 1 V1.0


This page allows you to view the contents of a file contained inside a ZIP archive available at Programmer's Heaven. This means you can view the code and find what you need from it without having to download the ZIP file first. If the file contains source code for a language we recognize, we have syntax highlighted it.

Filename displayed: c\turboc\Bcounttc.c
Found in file: 24191.zip

Download: 6 greyscale grobs for you to enjoy
/*********************************************
binary counter : turbo c version
This will count from 0 to 255
This assumes your printer port address
is 0x378 and also pauses for 1 second between
every count
**********************************************/

#include <stdio.h>

int main()
{
        int x;
        for(x = 0;x<=255;x++)
        {
      outport(0x378,x);
          sleep(1);
        }
        return 0;
}


8 bit microcontroller compendium

Internet Fax Service

6 greyscale grobs for you to enjoy

Download 8 bit microcontroller compendium Download Internet Fax Service Download 6 greyscale grobs for you to enjoy







Sponsored links

Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
Localize software in three simple steps
Localize .Net, C/C++ & Delphi apps visually. HTML, HTML Help, XML & databases. Try Sisulizer now!
Delphi Localization Tool Sisulizer (WYSIWYG)
Create multilingual Delphi apps in three simple steps. Localize XML, HTML Help ... Try Sisulizer now
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.


Newsletter | Submit Content | About | Advertising | Awards | Contact Us | Link to us |
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by Synchron Data - .NET development.