User Profile

Collapse

Profile Sidebar

Collapse
afshana
afshana
Last Activity: Mar 21 '07, 05:34 PM
Joined: Feb 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • afshana
    replied to code to save information on a text file
    in C
    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>

    /*************** *************** ***********/...
    See more | Go to post

    Leave a comment:


  • afshana
    started a topic code to save information on a text file
    in C

    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...
    See more | Go to post

  • paralell 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
    ...
    See more | Go to post
    Last edited by horace1; Mar 16 '07, 06:49 PM. Reason: added code tags

  • 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
    See more | Go to post

  • 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
    See more | Go to post
No activity results to display
Show More
Working...