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++\bcount\bcount.c
Found in file: 24191.zip

Download: Two Port Library by Romain Desplats. This library handles any manipulations with two-ports. It works  with filters (and real values), but also with algebraic  two-ports.
/**************************
bcount : visual C++ version

*************************/

#include <conio.h> /*required for _outp*/
#include <windows.h>  /*required for _sleep*/

int main()
{
        int x;
        for(x = 0;x<=255;x++)
        {
                _outp(0x378,x);
                _sleep(250); /*250 ms delay*/
        }
        return 0;
}


TEUCC1, TEUCC2, and TEUCC3 are programs that initialize the
80C152 GSC transmitter to be serviced by the CPU. The programs are written to manage both transmit valid and transmit error interrupts. TEUCC1 uses the SDLC protocol.
MUDs as a Psychological Model

Two Port Library by Romain Desplats.
This library handles any manipulations with two-ports. It works with filters (and real values), but also with algebraic two-ports.
Download TEUCC1, TEUCC2, and TEUCC3 are programs that initialize the 80C152 GSC transmitter to be serviced by the CPU. The programs  are written to manage both transmit valid and transmit error  interrupts. TEUCC1 uses the SDLC protocol. Download MUDs as a Psychological Model Download Two Port Library by Romain Desplats. This library handles any manipulations with two-ports. It works  with filters (and real values), but also with algebraic  two-ports.







Sponsored links

Six Sigma Certification
100% Online-Six Sigma Certificate from Villanova - Find Out More Now.
Localize software in three simple steps
Localize .Net, C/C++ & Delphi apps visually. HTML, HTML Help, XML & databases. Try Sisulizer now!
Localize Delphi software in three simple steps
Localize Delphi VCL & .Net apps visually. Plus HTML, HTML Help, XML & databases. Try Sisulizer now!
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.
Computer Professionals: Are you owed Overtime?
Federal and State Laws may allow computer professionals to collect overtime. Our law firm is experienced, and has initiated class action lawsuits against some of the largest computer companies to collect back pay and overtime. Strictly Confidential.


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.