TMS Async32 Delphi TMS Async is a communications package containing components which provide access to the serial ports under Windows. The event-driven architecture provides the highest possible performance and allows all the tools to run in the bac
TMS Async32 contains components, objects and routines for Borland Delphi with full source code. This library is designed for Borland Delphi 4/5/6 and BCB 4/5. The library provides serial communications for your application by allowing the transmissi
很好的串行通迅软件
procedure TFrmMain.VaComm1RxChar(Sender: TObject; Count: Integer);
var
a, b:integer;
j:char;
begin
Timer1.Enabled:=False;
b := vacomm1.ReadBufUsed;
for a := RecvPoint to RecvPoint+b-1 do
begin
if vacomm1.read