Добро пожаловать, Гость. Пожалуйста авторизуйтесь здесь.
FGHIGate на GaNJa NeTWoRK ST@Ti0N - Просмотр сообщения в эхоконференции R50.SYSOP
Введите FGHI ссылку:


Присутствуют сообщения из эхоконференции R50.SYSOP с датами от 13 Jul 13 00:00:02 до 13 Jul 13 00:00:02, всего сообщений: 14446
Ответить на сообщение К списку сообщений Предыдущее сообщение Следующее сообщение
= Сообщение: 10415 из 14446 ====================================== R50.SYSOP =
От   : Alexey Fayans                    2:5030/1997        19 Sep 20 13:17:39
Кому : Ivan Novikov                                        19 Sep 20 13:17:39
Тема : Разыскивается поинтлистчекер
FGHI : area://R50.SYSOP?msgid=2:5030/1997@fidonet+5f65dba4
На   : area://R50.SYSOP?msgid=2:5080/31.1+5f64f2d6
= Кодировка сообщения определена как: CP866 ==================================
Ответ: area://R50.SYSOP?msgid=2:5080/31.1+5f99ad1d
==============================================================================
Hello Ivan!

On Fri, 18 Sep 2020 at 22:38 +0500, you wrote to me:

IN> В Husky и GoldEd+ используется CRC-CCITT Implementation

Насколько я понял, даже этих есть несколько вариантов.

=== Start of Windows Clipboard ===
interface
const
{ Polynomials }
  CRC_POLY_16 = $A001;
  CRC_POLY_CCITT = $1021;
  CRC_POLY_DNP = $A6BC;
  CRC_POLY_KERMIT = $8408;
  CRC_POLY_SICK = $8005;

{ Start values }
  CRC_START_16 = $0000;
  CRC_START_MODBUS = $FFFF;
  CRC_START_XMODEM = $0000;
  CRC_START_CCITT_1D0F = $1D0F;
  CRC_START_CCITT_FFFF = $FFFF;
  CRC_START_KERMIT = $0000;
  CRC_START_SICK = $0000;
  CRC_START_DNP = $0000;

[...]

{ Array initializations for different CRC's }
procedure init_crc16_tab;
procedure init_crcccitt_tab;
procedure init_crckermit_tab;
procedure init_crcdnp_tab;

{ CRC16 implementations }
function crc_16( const input_str:Pbyte;num_bytes:integer ):word;inline;
function crc_modbus( const input_str:Pbyte; num_bytes:integer):word;inline;
function crc_ccitt_generic( const input_str:PByte; num_bytes:integer;start_value:word ):word;inline;
function crc_xmodem( const input_str:PByte;num_bytes:integer):word;inline;
function crc_ccitt_1d0f( const input_str:PByte;num_bytes:integer):word;inline;
function crc_ccitt_ffff( const input_str:PByte;num_bytes:integer):word;inline;
function crc_kermit( const input_str:PByte; num_bytes:integer ):word;inline;
function crc_dnp( const input_str:PByte; num_bytes:Integer):word;
function crc_sick( const input_str:PByte; num_bytes:integer ):word;

{ Update functions }
function update_crc_ccitt( crc:word;c:byte ):word; inline;
function update_crc_kermit( crc:word; c:byte ):word;
function update_crc_dnp(crc:word; c:byte ):word;inline;
function update_crc_sick(crc:word; c,prev_byte:Byte ):word;inline;
=== End of Windows Clipboard ===


... Music Station BBS | https://bbs.bsrealm.net | telnet://bbs.bsrealm.net
--- GoldED+/W32-MSVC 1.1.5-b20180707
* Origin: Music Station | https://ms.bsrealm.net (2:5030/1997)

К главной странице гейта
Powered by NoSFeRaTU`s FGHIGate
Открытие страницы: 0.111836 секунды