Opening UART


To open UART, pid_open function is required.

<?php
$pid = pid_open("/mmap/uart0");     // opening UART 0
?>

※ Refer to Appendix for detailed UART information depending on the types of products.