From 1349587f8db9547b33972a9818ad04bf662ae3a3 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Mon, 27 Sep 2010 13:33:05 +0000 Subject: [PATCH] some more comments for the serial example git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1329 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- examples/serial_filesend/serialfilesend.lpi | 71 +++++++++++---------- examples/serial_filesend/serialfilesend.lpr | 7 ++ 2 files changed, 45 insertions(+), 33 deletions(-) diff --git a/examples/serial_filesend/serialfilesend.lpi b/examples/serial_filesend/serialfilesend.lpi index 4906a055b..622bfacce 100644 --- a/examples/serial_filesend/serialfilesend.lpi +++ b/examples/serial_filesend/serialfilesend.lpi @@ -39,7 +39,13 @@ + + + + + + @@ -47,18 +53,17 @@ - - - + + - + @@ -67,7 +72,7 @@ - + @@ -78,23 +83,23 @@ - + - + - + - + - + @@ -110,91 +115,91 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + diff --git a/examples/serial_filesend/serialfilesend.lpr b/examples/serial_filesend/serialfilesend.lpr index e8026499c..0a8757c0b 100644 --- a/examples/serial_filesend/serialfilesend.lpr +++ b/examples/serial_filesend/serialfilesend.lpr @@ -1,3 +1,10 @@ +{ + Serial File Transfer example with Lazarus + + This project requires Synaser, which can be downloaded via svn with: + + https://synalist.svn.sourceforge.net/svnroot/synalist/trunk/ +} program serialfilesend; {$mode objfpc}{$H+}