code to save information on a text file
hi,
I have this piece of code below to read data from praralell port. however i now need a piece of code that would save the data to my created text file after reading it from the parallel port.
please help
thank you
#include <stdio.h>
#include <dos.h>
#include <conio.h>
/*************** *************** ***********/...
User Profile
Collapse
-
code to save information on a text file
#include <stdio.h>
#include <dos.h>
#include <conio.h>
/*************** *************** ***********/
/*This function read parallel port inputs*/
/*************** *************** ***********/
hi,
I have this piece of code below to read data from praralell port. however i now need a piece of code that would save the data to my created text file after reading it from the... -
afshana started a topic paralell port: I have got few errors on this piece of code below, please helpin Cparalell port: I have got few errors on this piece of code below, please help
Code:#include <dos.h> #include <string.h> #include <conio.h> #include <time.h> #define PORTADDRESS 0x378 /* Enter Your Port Address Here */ #define DATA PORTADDRESS+0 #define STATUS PORTADDRESS+1 #define CONTROL PORTADDRESS+2 void lcd_init(void); void lcd_write(char char2write); void lcd_putch(char char2write); void lcd_puts(char
-
how to read data from paralel port in turbo C to a text file
I would like to know how to read data from paralel port in turbo C to a text file
Please reply as soon as possible.
Thank you -
How to read data from paralel port in turbo C to a text file.
I would like to know how to read data from paralel port in turbo C to a text file
Please reply as soon as possible.
Thank you
No activity results to display
Show More
Leave a comment: