8000 MiniComm Package happen error · Issue #10 · parmaja/minilib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
MiniComm Package happen error #10
Open
@jiangwei7480

Description

@jiangwei7480
procedure TmnCommThread.Execute;
begin
  try
    while not Terminated and FCommStream.Connected do
    begin
      if not UseWait or (FCommStream.WaitRead) then;
      begin
        if not Terminated and FCommStream.Connected then
          StringArrived(FCommStream.ReadString(255)); {$Warning Why it is 255? }
      end;
    end;
  finally
  end;
end;                    

Error is function FCommStream.ReadString(255),loss one parameter ,but stringArrived函数parameter type is string!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0