GeekArticles
Programming
PalmPalm OS Communications Primer: IR Library
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 609 times |
Add CommentFiled in: PalmBy Alex Gusev Go to page: 1 2 3 Next We have already covered Serial Manager and Net Library briefly in earlier articles. One more important communication player left untouched is the Infrared Library (IR Library). Actually, you might use IR either with Exchange Manager or Serial Manager (IrCOMM). IR Library gives you low-level access to the IR capabilities of a Palm device. When may you want to deal with IR? Well, when you need to print via the infrared port or transmit data to...n
Read Article Sponsored Links
Related Articles
• JQuery as Microsoft’s Library The adoption of Ajax as a programming technique has been widespread since its inception in 2005. It changed the preferences of most developers in terms of selecting the right programming language to study. Software giants have also acknowledged this feat as they release different updates on their so ...
• Implementing JavaScript Library Implementing a JavaScript library has it ups and downs. By using a JavaScript library developers will not have to deal with manual coding of different functions. On the other hand the lack of familiarity with the library and rushing to use the functions offered will only get the application complica ...
• Graph Library This article addresses the construction of a simple graph library using ...