home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / irda200b.zip / readme.1st < prev    next >
Text File  |  2002-05-28  |  2KB  |  50 lines

  1. README.1ST  (Jan 4, 2001)
  2. ==========
  3.  
  4. +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++
  5.  
  6. This is BETA level code! Use at your own risk! Bug reports and comments are welcome!
  7.  
  8. +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++ BETA +++
  9.  
  10. Read README.TXT to understand the installation of the drivers!
  11. The install routine (INSTALL2) that the README talks about is not there yet,
  12. so a manual installation might be preferred (just add the lines described in README.TXT to your CONFIG.SYS)
  13.  
  14.  
  15. In the unzipped IRDD directory you'll find the following additional apps:
  16.  
  17. 1) PBOOK.EXE:   An attempt to create a GUI based tool for OS/2 that helps manage the phone numbers
  18.                 in your cellphone. You can read and write the phonebook and edit it on your PC while the
  19.                 phone is attached to the infrared or serial port..
  20.                 First, go into options and either let the program detect the right settings or update them
  21.                 manually.
  22.                         It also contains some experimental code that lets you send an SMS from your PC and manage
  23.                         the SMS's in your phone. This works only with Ericsson R320 and T28 models right now.
  24.  
  25.  
  26. 2) TMGR.EXE:    An application that lets you upload and download ringtones from and to your Ericsson phone.
  27.                 Most IR equipped Ericsson models are supported (no support for serial connections yet).
  28.                 Generic (i.e. Nokia) support is difficult since unlike the phonebook and SMS commands, the
  29.                 commands used for ringtones are manufacturer specific.
  30.  
  31. Also, there is a DLL (RXIRDA.DLL) that exports the following functions as REXX API's:
  32.  
  33. RxIrDAQueryDevice()             returns the name of the detected device or "NOT CONNECTED"
  34. RxIrDAQueryCOMPort()            returns the name of the port used by the serial device ("COMx:")
  35.  
  36. These API's are initialized automatically when PMIRDA.EXE is loaded.
  37. Here's a code snippet that shows how to use these API's:
  38.  
  39. If RxFuncQuery(RxIrDAQueryDevice)= 0 Then /* PMIRDA.EXE Loaded */
  40.  phonestring=RxIrDAQueryDevice()
  41. If phonestring<>"NOT CONNECTED" Then      /* device present */
  42.   port=RxIrDAQueryCOMPort()
  43.  
  44.  
  45. Contact me for requirements/updates/bug reports/ideas/...
  46.  
  47.  
  48. Oliver Stein (ostein@de.ibm.com)
  49.  
  50.