update : 2015.11.03
php.shukuma.com검색:
|
dio_tcsetattr(PHP 4 >= 4.3.0, PHP 5 <= 5.0.5, PHP 7) dio_tcsetattr — Sets terminal attributes and baud rate for a serial port 설명
bool dio_tcsetattr
( resource
$fd
, array $options
)
dio_tcsetattr() sets the terminal attributes and baud
rate of the open 인수
반환값값을 반환하지 않습니다. 예제
Example #1 Setting the baud rate on a serial port
<?php 주의
|