Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How can I do serial comm port I O?
How can I do serial (``comm'') port I/O?
✍: Guest
It's system-dependent. Under Unix, you typically open, read, and write a device file in /dev, and use the facilities of the terminal driver to adjust its characteristics.Under MS-DOS, you can use the predefined stream stdaux, or a special file like COM1, or some primitive BIOS interrupts, or (if you require decent performance) any number of interrupt-driven serial I/O packages. Several netters recommend the book C Programmer's Guide to Serial Communications, by Joe Campbell.
2015-04-22, 1619👍, 0💬
Popular Posts:
How To Create an Add-to-Bloglines Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News...
If client side validation is enabled in your Web page, does that mean server side code is not run? W...
How is the MVC design pattern used in Struts framework? In the MVS design pattern, there 3 component...
When should the method invokeLater() be used? This method is used to ensure that Swing components ar...
What will be printed as the result of the operation below: main() { char s1[]="Cisco"; char s2[]="sy...