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\USERENTE.C
Found in file: 24191.zip

Download: HP 48 Electrical Engineering programs
/*********************************************
userentry.c : user enters a number it is outputted
**********************************************/

#include <stdio.h>
#include <conio.h>

int main()
{
   int value;
   printf("Enter a number between 0 and 255.\n");
   scanf("%d",&value);
   if(value >= 0 && value <= 255)
   {
        outport(0x378,value);
        printf("Press any key to continue.\n");
        getch();
   }
   else
   {
       printf("You didnt enter a number between 0 and 255.\n");
       printf("Press any key to continue.\n");
       getch();
   }
   return 0;
}


Simplex UART routines for the 751 & 752.

1996 secrets of internet marketing

HP 48 Electrical Engineering programs

Download Simplex UART routines for the 751 & 752. Download 1996 secrets of internet marketing Download HP 48 Electrical Engineering programs







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.