PHP » PYTHON |
login |
register |
about
|
PYTHON dio_tcsetattr
is this article helpful?
|
Python replacement for PHP's dio_tcsetattr
[
edit
| history
]
import termios termios.tcsetattr(fd, when, attributes) dio_tcsetattr(PHP 4 >= 4.3.0, PHP 5 <= 5.0.5) dio_tcsetattr — Sets terminal attributes and baud rate for a serial port Description
bool dio_tcsetattr
( resource $fd
, array $options
)
dio_tcsetattr() sets the terminal attributes and baud rate of the open fd . Parameters
Return ValuesNo value is returned. Examples
Example #1 Setting the baud rate on a serial port
<?php
Notes
|
more
Recently updated
more
Most requested
more
Last requests
|