read.me
来自「这是一个关于通信算法」· ME 代码 · 共 34 行
ME
34 行
/***************************************************************************
These C++ classes are copyright 1990, by William Herrera.
All those who put this code or its derivatives in a commercial product MUST
mention this copyright in their documentation for users of the products in
which this code or its derivative classes are used. Otherwise, this code
may be freely distributed and freely used for any purpose.
Enhancements: 1991 by David Orme
This update is provided by Brian Warris, ID 72500,3632.
My thanks to the aforementioned William Herrera and David Orme, who have created
a very good communications package.
My modifications are for the following reasons:
1) Port defs in comports.hpp for ports 3 and 4. My modem is on port 4, and
did not work correctly before.
2) Borland C++ 2.00 warnings. Everything now compiles with neither warning
nor error, and all warning flags are turned on in the make file.
Intended location for the files: (re: Borland C++ 2.00)
\borlandc\classlib\ examples\ DIALER2.CPP, DIAL2.MAK
include\COMPORTS.HPP,SERIALPO.HPP,BOOL.H,CRC.H,
UART.HPP,CHARQUEU HPP,MODEM.HPP,TIMER.H
lib\ SERIAL.MAK
source\ COMPORTS.CPP,CRC.CPP,
UART.CPP,TIMER.CPP,MODEM.CPP,
SERIALPO.CPP,CHARQUEU.CPP
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?