home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
debug
/
serlog
/
product-info
next >
Wrap
Fred Fish's Product-Info
|
1995-10-21
|
1KB
|
65 lines
.name
SerLog
.aminet-dir
dev/debug
.type
Debugging
.short
Debugging device to monitor serial-IO
.description
serlog.device passes all IOExtSer requests to a "real" serial.device
and writes the results to a file. You may configure the amount of
information to be stored in the log. The log-file created by
serlog.device contains a binary dump which can be formatted
(i.e. transferred into a readable version) using the supplied
formatter.
Note that serlog.device uses *significant* overhead over the underlying
serial.device, resulting in very low baud-rates.
.version
1.6
.author
Stefan Pröls
.reference
GoldFish-Vol2-2:BBS/dev/SerLog-1.3.lha
1.3
GoldFish-Vol2-1:Files/dev/debug/SerLog/
1.3
FreshFish-Vol8-2:BBS/dev/SerLog-1.3.lha
1.3
FreshFish-Vol7:New/dev/debug/SerLog/
1.3
FreshFish-Vol7:BBS/dev/SerLog-1.3.lha
1.3
.requirements
Requires OS2.x
.distribution
Freeware
.address
Rudolf-Guby-Str. 1
94032 Passau
Germany
Earth
.email
proels@fmi.uni-passau.de
.docs
Readme
serlog.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set choice `RequestChoice "SerLog" "Please select an option" "View Readme" "View Doc" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool Readme TEXT
endif
if $choice EQ "2"
MetaTool serlog.doc TEXT
endif