CORE-POS/IS4C

View on GitHub
documentation/Reference Code/Wedge/is4c/testbeep.php.ref

Summary

Maintainability
Test Coverage
<?php
$beep = "echo -e 'S334\\r' > /dev/ttyS0";
exec($beep);