パッケージ: libio-termios-perl (0.09-4)
libio-termios-perl に関するリンク
Debian の資源:
libio-termios-perl ソースパッケージをダウンロード:
- [libio-termios-perl_0.09-4.dsc]
- [libio-termios-perl_0.09.orig.tar.gz]
- [libio-termios-perl_0.09-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module to supply termios methods to IO::Handle objects
The IO::Termios class extends the generic IO::Handle object class by providing methods which access the system's terminal control termios(3) operations. These methods are primarily of interest when dealing with TTY devices, including serial ports.
Linux supports a non-POSIX extension to the usual termios interface which allows arbitrary baud rates to be set. IO::Termios can automatically make use of this ability through the Linux::Termios2 module which is already in Debian as package liblinux-termios2-perl. This module will be used automatically and transparently to allow set*baud methods to set any rate allowed by the kernel/driver.
その他の libio-termios-perl 関連パッケージ
|
|
|
|
-
- dep: libio-pty-perl
- Perl module for pseudo tty IO
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- sug: liblinux-termios2-perl
- Perl module for accessing the termios2 structure and ioctl