|
Home >> Environment
Monitoring Programs >> "Simple Serial" Files
Files for a simple program using
the FreePascal compiler
and SynaSer to communicate
with a serial device.
Are you looking for a simple way to see a program communicate
with a serial device on your system? These files give you that
opportunity without the need to download and install the entire
FreePascal compiler or the SynaSer library. The program (DlpTempG)
is written to communicate with the DLP-TEMP-G 3-Channel Data/Temperature
Acquisition Board (details here).
If you don't have the DLP-TEMP-G device there is another program
(DlpTempGSim) that can be used to simulate it for testing.
If the DLP-TEMP-G device doesn't appear (as ttyUSB-) on Linux:
1) Run the dmesg command in a terminal after inserting the DLP-TEMP-G
device and verify the Braille TTY (brltty) package is interfering
2) If you aren't using a braille device then remove the brltty
package
3) Remove and reinsert the DLP-TEMP-G device
Intel i386 systems
Win32 - SimpleSerial-fpc-2.2.2.i386-win32.zip
2.06 MB 11-Feb-2009
Unzip the files into a new folder
Open a Command Prompt in the new folder
Compile the program: ppc386 DlpTempG
Run the DlpTempG program
Linux - SimpleSerial-fpc-2.2.2.i386-linux.tar.gz
1.44 MB 11-Feb-2009
Untar the files into a new folder
Open a terminal in the new folder
Compile the program: ./ppc386 DlpTempG
Run the DlpTempG program: ./DlpTempG
ARM systems
Linux - SimpleSerial-fpc-2.2.2.arm-linux.tar.gz
1.45 MB 12-Feb-2009
Untar the files into a new folder
Open a terminal in the new folder
Compile the program: ./ppcarm DlpTempG
Run the DlpTempG program: ./DlpTempG
Please share your ideas, comments and suggestions. Thanks!
-- Paul Breneman
|