Penguin
Blame: pilot-link(7)
EditPageHistoryDiffInfoLikePages
Annotated edit history of pilot-link(7) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PILOT-LINK
2 !!!PILOT-LINK
3 NAME
4 DESCRIPTION
5 TARGET DEVICE
6 USAGE
7 ADVANCED PROGRAMS
8 OBTAINING
9 MAILING LIST
10 SEE ALSO
11 AUTHOR
12 ----
13 !!NAME
14
15
16 pilot-link - a suite of tools for communicating with Palm Computing, Inc. Palm Devices as well as the Handspring Visor, TRGPro, and other devices which conform to this standard (PalmOS licensed devices).
17 !!DESCRIPTION
18
19
20 The __pilot-link__ suite of tools contains a series of
21 conduits for moving information to and from your Palm device
22 and your desktop or workstation system.
23 !!TARGET DEVICE
24
25
26 All of the __pilot-link__ programs will default to
27 __/dev/pilot__ as the default serial device used to
28 communicate with a Palm. In general, if the environment
29 variable __$PILOTPORT__ is set, its value will override
30 the default. A serial device specified on the command-line
31 will be used regardless of any $PILOTPORT
32 setting.
33
34
35 The default connection rate is 9600 baud. You are welcome to
36 try higher baud rates (19200, 38400, 57600 or higher) by
37 setting the __$PILOTRATE__ environment variable, but
38 various machines have various limitations. (Be careful about
39 values higher than 115200 on Linux boxes if you've been
40 using setserial to change the multiplier.)
41 !!USAGE
42
43
44 Here is a list of programs available from within the
45 __pilot-link__ package as of the date of this
46 manpage.
47
48
49 __addresses__
50
51
52 dump the Palm address book into a generic text-output
53 format
54
55
56 __debugsh__
57
58
59 command-line interface to a Palm debug monitor
60
61
62 __dlpsh__
63
64
2 perry 65 command-line interface to Palm !HotSync protocol. This is
1 perry 66 very useful for debugging potential problems with your
67 serial port. Query the RAM/ROM, list databases, change your
68 UserID or Username, and many more functions.
69
70
71 __getrom__
72
73
74 program to fetch ROM using getrom.prc or
75 getrom2.prc
76
77
78 __getrom.prc__
79
80
81 Palm program to help dump a 512K ROM
82
83
84 __getrom2.prc__
85
86
87 Palm program to help dump a 1024K ROM (used for PalmOS
88 2.x)
89
90
91 __ietf2datebook__
92
93
94 convert IETF calendar to format used by
95 install-datebook
96
97
98 __install-datebook__
99
100
101 import datebook records from a text format into the
102 Palm
103
104
105 __install-memo__
106
107
108 import Memo records from a text format into the
109 Palm
110
111
112 __install-todos__
113
114
2 perry 115 import !ToDo records from a text format into the
1 perry 116 Palm
117
118
119 __install-user__
120
121
122 modify User Preference settings and report additional
123 intormation about the Palm, such as the Network Hotsync ID
124 and Username/UserID
125
126
127 __memos__
128
129
130 export memos from the Palm in mailbox format into one file,
131 or one of two formats: one-file-per-record or
132 one-directory-per-category
133
134
135 __pi-csd__
136
137
2 perry 138 this must be running to accept Network !HotSync(tm)
1 perry 139 connects
140
141
142 __pi-getram__
143
144
145 program that retrieves the RAM from Palm
146
147
148 __pi-getrom__
149
150
151 program that retrieves ROM from Palm (without
152 getrom.prc)
153
154
155 __pi-nredir__
156
157
158 program that accepts connections and redirects them via the
2 perry 159 Network !HotSync(tm) protocol
1 perry 160
161
162 __pi-port__
163
164
165 experimental program to abstract the serial layer from
166 pilot-link
167
168
169 __pilot-addresses__
170
171
172 import and export records from the Address Book
173 (AddressDB.pdb) on your Palm
174
175
176 __pilot-clip__
177
178
179 experimental program to import and export data from Palm
180 clipboard
181
182
183 __pilot-debug__
184
185
186 graphical and command-line program to interface with Palm
187 debug monitor
188
189
190 __pilot-dedupe__
191
192
193 strips duplicate records from Palm databases
194
195
196 __pilot-file__
197
198
199 dissect .prc and .pdb files to view header, app_info, and
200 record information
201
202
203 __pilot-mail__
204
205
206 import mail from POP3 mailbox into Palm's default Mail
207 application, and send mail via sendmail. This has been
208 replaced by ''pilot-mailsync'' from Hollis Blanchard.
209 Please see the CREDITS file for additional information on
210 how to obtain this package.
211
212
213 __pilot-schlep__
214
215
216 stores a single file of any data type (such as .zip or .mp3)
217 on the Palm or retrieves one from the Palm
218
219
220 __pilot-undelete__
221
222
223 turn previously archived records into normal records by
224 resetting the Dirty bit
225
226
227 __pilot-xfer__
228
229
230 back up, restore, install
231 pilot-link__
232
233
234 __read-expenses__
235
236
237 export Palm expense database into text format
238
239
240 __read-ical__
241
242
2 perry 243 export Palm Datebook and !ToDo databases (DatebookDB.pdb and
1 perry 244 ToDoDB.pdb respectively) into an Ical calendar (ical is
245 required)
246
247
248 __read-todos__
249
250
2 perry 251 export Palm !ToDo database into generic text
1 perry 252 format
253
254
255 __reminders__
256
257
258 export Palm Datebook into a 'remind' data file
259
260
261 __sync-plan__
262
263
264 completely synchronize the Palm datebook with the Plan
265 calendar via netplan, including authenticating to the
266 netplan server
267 !!ADVANCED PROGRAMS
268
269
270 Some of these programs are not intended for general
271 end-users. More detailed documentation on their usage can be
272 obtained by reading the source of the
273 application.
274
275
276 __ccexample__
277
278
279 test program demonstrating C++ interface
280
281
282 __iambicexample__
283
284
285 test program demonstrating C++ interface
286
287
288 __validate__
289
290
291 experimental program to test C++ features
292 !!OBTAINING
293
294
295 The most current version of the ''pilot-link'' suite of
296 tools can be found at the following web site:
297
298
299 ''http://www.gnu-designs.com/pilot-link/''
300 !!MAILING LIST
301
302
303 The pilot-unix mailing list is maintained by Matthew Cravit.
304 Its mandate is:
305
306
307 The pilot-unix mailing list is for discussion and
308 idea-sharing for those interested in using your Palm PDA
309 with UNIX systems. This includes people who are interested
310 in helping to develop tools to allow the Palm to operate
311 with UNIX, and possibly to develop an SDK for the Palm for
312 Unix.
313
314
315 For more information, including how to subscribe to the
316 list, send mail containing the word 'INFO' to
317 ''pilot-unix-request@hcirisc.cs.binghamton.edu.'' The
318 subject line does not matter.
319 !!SEE ALSO
320
321
322 __dlpsh(1)__, __ietf2datebook(1)__,
323 __install-datebook(1)__, __install-hinote(1)__,
324 __install-memo(1)__, __install-user(1)__,
325 __pilot-xfer(1)__, __read-ical(1)__,
326
327
328 ''Pilot-HOWTO''(http://www.orbits.com/Pilot/Pilot-HOWTO.html).
329 !!AUTHOR
330
331
332 Most of the __pilot-link__ tools were written by Kenneth
333 Albanowski. This manual page was written by David H. Silber,
334 and updated for this version of __pilot-link__ by David
335 A. Desrosiers.
336
337
338 Current maintainer of pilot-link as of the authoring of this
339 manpage is David A. Desrosiers.
340
341
342 Any questions or problems with __pilot-link__ should be
343 directed at the ''pilot-unix'' mailing list. All patches
344 should be sent to ''pilot-link@gnu-designs.com''
345 directly.
346 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.