Re: [Synalist] Synaser - parametr is incorrect - error 87

2009-02-04 Thread Thomas Kerkmann
04 An: Ararat Synapse Betreff: Re: [Synalist] Synaser - parametr is incorrect - error 87 I don't use synaser but I'll toss out a guess: com.config(9600,8,'N',0,false,true); What is the 0 in the function call above? If it's "number of stop bits" then it p

Re: [Synalist] Synaser - parametr is incorrect - error 87

2009-02-04 Thread Jon Bertrand
to:tr...@seznam.cz] Sent: Wednesday, February 04, 2009 8:35 AM To: synalist-public@lists.sourceforge.net Subject: [Synalist] Synaser - parametr is incorrect - error 87 Hi, I have problem on some serial ports with synaser. I try to open and configure port, but I receive error %SUBJ%. Co

[Synalist] Synaser - parametr is incorrect - error 87

2009-02-04 Thread Tomas Rosa
Hi, I have problem on some serial ports with synaser. I try to open and configure port, but I receive error %SUBJ%. Code is: com:=TBlockSerial.Create; com.Connect('COM1'); com.config(9600,8,'N',0,false,true); Thx for help. TR --