1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: setserial
Section: comm
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12)
, po-debconf
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/alteholz/setserial
Vcs-Git: https://salsa.debian.org/alteholz/setserial.git
Package: setserial
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
, lsb-base (>=3.0-6)
Description: controls configuration of serial ports
Set and/or report the configuration information associated with
a serial port. This information includes what I/O port and which IRQ
a particular serial port is using.
.
This version has a completely new approach to configuration, so if you
have a setup other than the standard ttyS0 and 1, you will have to get
your hands dirty.
.
By default, only COM1-4 are configured by the kernel, using IRQ 3 and 4.
If you have other serial ports (such as an AST Fourport card), or
if you have mapped the IRQs differently (perhaps COM3 and 4 to other
IRQs to allow concurrent access with COM1 and 2) then you must have this
package.
|