history.102

来自「提供串行口存取的 Object Pascal 类 ( 1.2 版」· 102 代码 · 共 20 行

102
20
字号
WHATSNEW
========

30 July 2000     : Initial DoRxEvent and DoTxEvent were set in true state
                   which could cause initial very high CPU usage.
18 June 2000     : Changed the way EleCOM calls it threaded functions, making
                   EleCOM useful for applications where more than one comport
                   has to be controlled at a time.
20 February 2000 : W32SNGL.PAS or WIN32COM.PAS now include WINDEF.FPC if
                   compiled with the FPC compiler. This include file redefines
                   (some) of the Win32 API calls to make sure they are the
                   correct calling format for us (= the same as with Delphi
                   and VirtualPascal)
09 September 1999: W32SNGL.PAS - Reduced the number of threads used by this
                   engine. This one works better on Win9x systems.
05 September 1999: TELNET.PAS added some extra error information to make sure
                   errors can be more easily diagnosed.
29 August 1999   : ELENORM.PAS - "Plain, vanilly" Pascal version you can use
                   as a wrapper around the OOP code.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?