CFA-634 utilty to show contents of a text file

CF Tech

Administrator
This is a small utility (and C source) that will continuously show the contents of a text file to the LCD.
Code:
Usage:

  file_to_lcd.exe port poll_delay text_file

    "port"   COM1, COM2 . . .
    "baud"   1200,2400,4800,9600 or 19200
    "poll_delay" time between updates, in mS
    "text_file" first 20 characters of the first
                first 4 lines are sent to the display
Unsupported, but the source is included.
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 

Attachments

Top