1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: modem-cmd
Section: comm
Priority: extra
Maintainer: Khalid El Fathi <khalid@elfathi.fr>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/collab-maint/modem-cmd.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/modem-cmd.git;a=summary
Package: modem-cmd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: send arbitrary AT commands to your modem
modem-cmd can be used to send arbitrary AT commands to a modem device over
a serial line.
.
This means it can be used as a phone dialer:
.
$ modem-cmd /dev/ttyUSB0 ATDT123456
|