Welcome, Guest
Username: Password: Remember me
CodeOcean Samples and DocFactory discussions and suggestions
  • Page:
  • 1

TOPIC:

TDataPort how to valid ModemStatus.RTS, CTS ,DTR,DTS 3 weeks 19 hours ago #19508

  • Fernando Sandoval
  • Fernando Sandoval's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 69
  • Thank you received: 0
Hello this state are handle by TDataPort how i can validate witch one is active ot CTS is like empty witch indicate port is no receiving data , is correct or i complete wrong on this just trying to have a better understanding of this.... the sample only show basic but not a deep or more details of the component...

Thanks and Sorry for disturbing...
   

Please Log in or Create an account to join the conversation.

Last edit: by Fernando Sandoval.

TDataPort how to valid ModemStatus.RTS, CTS ,DTR,DTS 2 weeks 6 days ago #19511

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1393
  • Thank you received: 219
Sir
Did you use pl_DataPort ?
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

TDataPort how to valid ModemStatus.RTS, CTS ,DTR,DTS 2 weeks 6 days ago #19512

  • Fernando Sandoval
  • Fernando Sandoval's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 69
  • Thank you received: 0
Yes

Please Log in or Create an account to join the conversation.

TDataPort how to valid ModemStatus.RTS, CTS ,DTR,DTS 2 weeks 6 days ago #19513

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1393
  • Thank you received: 219
We port serbod/dataport pkg to CodeTyphon as pl_DataPort

Please ask here


 
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..

TDataPort how to valid ModemStatus.RTS, CTS ,DTR,DTS 2 weeks 6 days ago #19514

  • Fernando Sandoval
  • Fernando Sandoval's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 69
  • Thank you received: 0
I Check it but only lite write about that and if you check  Tdataport this menthod is not define
if Assigned(FDataPort) then
  begin
    FDataPort.OnOpen := @OnOpenHandler;
    FDataPort.OnClose := @OnCloseHandler;
    FDataPort.OnDataAppear := @OnDataAppearHandler;
    FDataPort.OnError := @OnErrorHandler;
    FDataPort.OnModemStatus:= @OnModemStatusChange;  this not define FdataPort.OnModemStatus
end;

 

Please Log in or Create an account to join the conversation.

  • Page:
  • 1