-rw-r--r-- | docs/usermanual/irda.sgm | 34 | ||||
-rw-r--r-- | docs/usermanual/usermanual.sgm | 4 |
2 files changed, 38 insertions, 0 deletions
diff --git a/docs/usermanual/irda.sgm b/docs/usermanual/irda.sgm new file mode 100644 index 0000000..2ca48c6 --- a/dev/null +++ b/docs/usermanual/irda.sgm | |||
@@ -0,0 +1,34 @@ | |||
1 | <chapter><title>IrDA Applet</title> | ||
2 | <para> | ||
3 | The IrDA Applet provides a GUI for easilly controlling communication between your device and others using the IrDA | ||
4 | protocol. You can use it to communicate with PalmOS based devices, cell phones, and almost anything else that | ||
5 | can use infra red to communicate. | ||
6 | </para> | ||
7 | <section><title>Starting IrDA</title> | ||
8 | <para> | ||
9 | To start IrDA, click the IrDA Applet icon in the taskbar, and select "Enable IrDA". The icon should then turn red, and | ||
10 | clicking the icon should then bring up a larger menu. If this does not happen, you do not have the IrDA modules installed | ||
11 | properly on you device. Make sure you install the IrDA driver package for the device and distribution that you are using. | ||
12 | </para> | ||
13 | </section> | ||
14 | <section><title>Recieving Files</title> | ||
15 | <para> | ||
16 | If you want to recieve files like images or contact information from another device, you need to tell your device to | ||
17 | start looking for other devices. Do this by clicking on the IrDA Applet icon and selectiong "Enable Discovery". A | ||
18 | green dot should appear in the upper right hand corner of the IrDA Applet icon. Then select "Enable Recieve" from | ||
19 | the applet's menu, and a white box should appear in the bottom left corner of the IrDA Applet's icon. You can then | ||
20 | have the other device send the file, and Opie should recieve it and open the file in whatever application is | ||
21 | appropriate. | ||
22 | </para> | ||
23 | <para> | ||
24 | When you are done recieving files, you will want to select "Disable Recieve" and "Disable Discovery" from the | ||
25 | IrDA Applet's menu so that you are not wasting system resources. | ||
26 | </para> | ||
27 | </section> | ||
28 | <section><title>Stoping IrDA</title> | ||
29 | <para> | ||
30 | Sometimes it is necessary to stop IrDA, usually so that you can use the IR port for another application. To do this, | ||
31 | select "Disable IrDA" from the IrDA applet's menu. | ||
32 | </para> | ||
33 | </section> | ||
34 | </chapter> \ No newline at end of file | ||
diff --git a/docs/usermanual/usermanual.sgm b/docs/usermanual/usermanual.sgm index 65d424f..960e426 100644 --- a/docs/usermanual/usermanual.sgm +++ b/docs/usermanual/usermanual.sgm | |||
@@ -11,6 +11,7 @@ | |||
11 | <!ENTITY embeddedkonsole SYSTEM "embeddedkonsole.sgm"> | 11 | <!ENTITY embeddedkonsole SYSTEM "embeddedkonsole.sgm"> |
12 | <!ENTITY software SYSTEM "software.sgm"> | 12 | <!ENTITY software SYSTEM "software.sgm"> |
13 | <!ENTITY today SYSTEM "today.sgm"> | 13 | <!ENTITY today SYSTEM "today.sgm"> |
14 | <!ENTITY irda SYSTEM "irda.sgm"> | ||
14 | ]> | 15 | ]> |
15 | <book><title>Opie User Manual</title> | 16 | <book><title>Opie User Manual</title> |
16 | <bookinfo><authorgroup><collab> | 17 | <bookinfo><authorgroup><collab> |
@@ -33,4 +34,7 @@ | |||
33 | <part><title>Settings</title> | 34 | <part><title>Settings</title> |
34 | &software; | 35 | &software; |
35 | </part> | 36 | </part> |
37 | <part><title>Applets</title> | ||
38 | &irda; | ||
39 | </part> | ||
36 | </book> | 40 | </book> |