Posted by: SteveyD
« on: October 23, 2011, 10:08:25 pm »No, just a simple bi-directional Serial port interface.
I built a new interface and the errors are gone.
I built a new interface and the errors are gone.
Thank you for using this forum as the technical support base for your device.
● You can format the text and attach screenshots, photos and RDS Spy records
● Faster reply: 50 % of questions are answered within 30 minutes
● You don't need to register (but registration is possible)
● The members represent a wide range of experts
● The resolution will be helpful to other users
● You'll be notified by email about new post
procedure TDM1.Disconnect;
begin
Connected:=false;
try
VaComm1.Close;
sleep(200);
except
end;
end;