home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / palmmetex-0.0.3.tar.gz / palmmetex-0.0.3.tar / palmmetex-0.0.3 / README < prev   
Text File  |  2000-10-07  |  2KB  |  90 lines

  1.  
  2. WARNING:
  3.  
  4. This software is still considered ``ALPHA''.
  5. -----------------------------------------------------------------------------
  6.  
  7. This is the README for PalmMetex.
  8. See COPYING for license information.
  9.  
  10. Purpose:
  11. -------
  12.  
  13. PalmMetex is used to interface Metex DMM's to the PalmPilot.
  14.  
  15. It works with all DMM's that following this protokoll:
  16.  
  17. serial parameters: 7N2
  18.  
  19. PC sends : D\n
  20. DMM sends: <display content (14 chars)>\n
  21.  
  22. Connecting:
  23. ----------
  24.  
  25. My Metex ???? was delivered with a 5pin special to db25F cable. I connect
  26. this cable to a standart HotSync cable using the following adapter:
  27.  
  28. DB9M       DB25M
  29. -----      ------
  30. RxD 2 ----  2 TxD
  31. TxD 3 ----  3 RxD
  32. GND 5 ----  7 GND
  33. DSR 6 ---- 20 DTR
  34. RTS 7 ----  5 CTS
  35. CTS 8 -xx-  4 RTS
  36.  
  37. (---- : connected, -xx-: not connected (for PalmMetex))
  38.  
  39. You can also use a DB25 to DB9 adapter, a null-modem adapter, and a gender
  40. changer.
  41. You can also use a standart modem cable.
  42.  
  43. NOTE: I hat to disconnect the RTS line (pin 4), to get this working, so if
  44. you don't use my adapter, you might have to do this also.
  45.  
  46.  
  47. Usage:
  48. -----
  49.  
  50. After starting PalmMetex you'll see two lists, a checkbox labeled "Log"
  51. and a button labeled "Start".
  52.  
  53. The first list sets the baudrate (see your Metex user's manual), the second
  54. list sets the sample intervall (in seconds).
  55. If the checkbox is checked (default) sampled values will be written in the
  56. database, if not checked, no values will be written.
  57.  
  58. When the "Start" button is tapped, sampling will start and the button label
  59. will change to "Stop".
  60.  
  61. While sampling is in progress, the other UI elements will be disabled,
  62. including the menubar. Tap "Stop" to change settings.
  63.  
  64. Ending the application (by switching to another one) will also cause
  65. sampling to stop.
  66.  
  67. The last baudrate and sampling intervall settings will be stored between
  68. application runs.
  69.  
  70. The sampled data will be displayed in the middle of the screen and, provided
  71. the checkbox is checked, will be written to the database.
  72.  
  73. You can rewiev the past data by using Menu->Log->View (shortcut L) and clear
  74. the whole log by using Menu->Log->Clear (shortcut R).
  75.  
  76. Menu->Commands->About will bring up an about box, Menu->Commands->Options
  77. has currently no function.
  78.  
  79. Feedback:
  80. --------
  81.  
  82. Send comments/bug reports to: bodo@bellut.net
  83.  
  84. Get the latest version from: http://www.bellut.net/pilot.html
  85.  
  86. All releases include full source and precompiled binaries.
  87.  
  88. -- 
  89. Bodo Bellut, August 1999
  90.