home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / bp_3_94 / vbwin / comm / mscomm / mscomm.txt < prev    next >
Text File  |  1993-07-23  |  2KB  |  68 lines

  1. .START:
  2. .AUTHOR: mikebon
  3. .PRODUCT: B_VBASIC
  4. .TITLE: New MSCOMM control available 
  5. .VERSION(S): 2.00 3.00
  6. .OPERATING SYSTEM(S): WINDOWS 
  7. .SECURITY: ENDUSER
  8. .REFERENCE: BugList3.00 Update3.00
  9. .ARTICLE TEXT:
  10.  
  11. Summary:
  12.  
  13. A new version of the  MSCOMM control has been made available in LIB 1 of the 
  14. MSBASIC forum on CompuServe.  This control fixes a problem where the OnComm 
  15. event will not fire when communicating with some 14.4 baud modems.
  16.  
  17. \* MSINTERNAL
  18. \* This file is also available on \\MAINE\PRODUPDT!VB\CONTROLS called 
  19. \* MSCOMM.VBX.
  20.  
  21. More Information:
  22.  
  23. The date,time, size and version number of the MSCOMM.VBX file that 
  24. shipped with Visual Basic 3.0 is:
  25.  
  26.   Date: 28-APR-1993
  27.   Time: 12:00 a.m.
  28.   Size: 34304
  29.   Version: 2.0.9000.7
  30.  
  31. The date, time, size and version number of the updated MSCOMM.VBX file  
  32. is as follows:
  33.  
  34.   Date: 12-MAY-1993
  35.   Time: 12:21 p.m.
  36.   Size: 34816
  37.   Version: 2.1.0.1
  38.  
  39. When using the MSCOMM.VBX provided with Visual Basic version 2.0 or 
  40. 3.0 to communicate with a 14.4 baud modem, the OnComm event may not 
  41. fire.  The revised version of the MSCOMM.VBX control available on 
  42. CompuServe fixes this problem by introducing a new Notification 
  43. property.  Since the problem relates to using Windows 3.1 event driven 
  44. communications, this new property allows you to use Windows 3.0 
  45. polling techniques instead.
  46.  
  47. The Nofication property is not available at design-time, but you can 
  48. get and set its property value at run-time.  It's default value of 0 
  49. specifies that the control should use Windows 3.0 polling techniques 
  50. and a value of 1 specifies that Windows 3.1 event driven 
  51. communications should be used.  However, it is only recommended that 
  52. you set the property value to 1 if you are using the MSCOMM control to 
  53. communicate with a modem whose baud rate is lower than 14.4 baud.
  54.  
  55. Another change that was made is that the default property setting for 
  56. the Interval property was changed from 1000 to 55.
  57.  
  58. To install the new control, copy the updated version into the 
  59. WINDOWS\SYSTEM directory on your computer.  Also check to make sure 
  60. that no other copies of MSCOMM.VBX exist on your system.  If you find 
  61. an older version of the MSCOMM.VBX file, you should delete it or 
  62. rename it.
  63.  
  64. Additional reference words: 2.00 3.00
  65. .END:
  66.  
  67.  
  68.