-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRead Me.html
More file actions
19 lines (19 loc) · 989 Bytes
/
Copy pathRead Me.html
File metadata and controls
19 lines (19 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head><TITLE>SerialPortSample</TITLE></head>
<body>
<FONT SIZE="5">SerialPortSample</FONT><br><hr>
This sample application demonstrates how to do serial I/O on Mac OS X. Techniques shown are:
<UL>
<LI>Finding a serial port</LI>
<LI>Opening and configuring the port</LI>
<LI>Sending an "AT" command to a modem attached to the port</LI>
<LI>Reading the "OK" response from the modem (if any)</LI>
<LI>Closing the port</LI>
</UL>
Feedback on this sample can be sent via <A HREF="http://developer.apple.com/contact/feedback.html"> http://developer.apple.com/contact/feedback.html</A>
<p>This sample includes a single C source file and a Project Builder project.</p>
<p>Note that this sample has no UI and sends its output to the console. This output can be viewed either by running the app from within Project Builder or by running the Console utility located at /Applications/Utilities/Console.</p>
<p>Version: 1.1<br>
Date written: 2/7/2001</p>
</body>
</html>