Changeset 410 for PinConnection


Ignore:
Timestamp:
Aug 15, 2012, 10:45:44 AM (12 years ago)
Author:
chronos
Message:
  • Added: Class TCommMark in PinConnection package which can divide communication data stream by data mark. Mark is sequence of bytes.
  • Modified: DallasProgrammer in ISPProgrammer package now use TCommMark class for better protocol handling.
Location:
PinConnection
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • PinConnection/PinConnection.lpk

    r407 r410  
    2222    <License Value="GNU/GPL"/>
    2323    <Version Minor="3"/>
    24     <Files Count="13">
     24    <Files Count="14">
    2525      <Item1>
    2626        <Filename Value="UCommFrame.pas"/>
     
    7575        <UnitName Value="UCommTelnetComPortOption"/>
    7676      </Item13>
     77      <Item14>
     78        <Filename Value="UCommMark.pas"/>
     79        <UnitName Value="UCommMark"/>
     80      </Item14>
    7781    </Files>
    7882    <i18n>
  • PinConnection/PinConnection.pas

    r407 r410  
    1010  UCommFrame, UCommHub, UCommPin, UCommSerialPort, UCommThread, UPacketBurst,
    1111  USerialPort, UCommConcentrator, UCommDelay, UCommTCPClient, UCommTCPServer,
    12   UCommTelnet, UCommTelnetComPortOption, LazarusPackageIntf;
     12  UCommTelnet, UCommTelnetComPortOption, UCommMark, LazarusPackageIntf;
    1313
    1414implementation
Note: See TracChangeset for help on using the changeset viewer.