套件:libio-termios-perl(0.10-1)
libio-termios-perl 的相關連結
Debian 的資源:
下載原始碼套件 libio-termios-perl:
- [libio-termios-perl_0.10-1.dsc]
- [libio-termios-perl_0.10.orig.tar.gz]
- [libio-termios-perl_0.10-1.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's Practical Extraction and Report Language
-
- sug: liblinux-termios2-perl
- Perl module for accessing the termios2 structure and ioctl