Serial How-To
DescriptionThis document describes how to open, configure, read, and write a serial port. My original intent was for people to use this to write their own dashboard viewer, but you could just as easily use it for anything else relating to serial ports, such as writing your own PBASIC IDE.
LicenseYou may use, distribute, and copy this document as you see fit as long as the original author's name remains intact and with the document.
DownloadMost recent version: Windows (.pdf) [
Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 18
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 19
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 11
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 11
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 23
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 23
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 25
0 ]
Old version (outdated, but still here for posterity): Windows
(.doc) [
Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 18
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 19
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 11
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 11
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 23
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 23
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /www/110mb.com/r/b/a/y/e/r/_/_/rbayer/htdocs/functions.php on line 25
0 ]
11/4/04: Got rid of multithreading stuff and replaced with COMMTIMEOUTS
??: Initial Release