summaryrefslogtreecommitdiff
path: root/comms/p5-Device-Modem/DESCR
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2003-02-12 00:51:48 +0000
committermjl <mjl@pkgsrc.org>2003-02-12 00:51:48 +0000
commit7f9c8b1d4d045d2134ab178174845479f8b47a36 (patch)
treed9705c48dc9fa98a73cb1eb1d397d99e63872454 /comms/p5-Device-Modem/DESCR
parent3e4aff075b357112f899cd94a4fd0deee7a0407f (diff)
downloadpkgsrc-7f9c8b1d4d045d2134ab178174845479f8b47a36.tar.gz
Import of p5-Device-Modem 1.24
Device::Modem class implements basic AT (Hayes) compliant device abstraction. It is meant to be inherited by sub classes (as Device::Gsm), which are based on serial connections.
Diffstat (limited to 'comms/p5-Device-Modem/DESCR')
-rw-r--r--comms/p5-Device-Modem/DESCR3
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/p5-Device-Modem/DESCR b/comms/p5-Device-Modem/DESCR
new file mode 100644
index 00000000000..9f2c606ac99
--- /dev/null
+++ b/comms/p5-Device-Modem/DESCR
@@ -0,0 +1,3 @@
+Device::Modem class implements basic AT (Hayes) compliant device
+abstraction. It is meant to be inherited by sub classes (as Device::Gsm),
+which are based on serial connections.