Re: [Gambas-user] Pb with Even parity on SerialPort component

2008-10-06 Thread Benoit Minisini
On lundi 06 octobre 2008, Gaël Le Hec'H wrote: > I made the modification directly line 402 of tools.c because the 2.0.0 > version didn't worked with gb.net from svn :-(( impossible to open serial > port error #5. > The parity works now perfectly thanks Benoit. > You are right, I said rubbish. I fo

Re: [Gambas-user] Pb with Even parity on SerialPort component

2008-10-06 Thread Gaël Le Hec'H
I made the modification directly line 402 of tools.c because the 2.0.0 version didn't worked with gb.net from svn :-(( impossible to open serial port error #5. The parity works now perfectly thanks Benoit. 2008/10/6 Benoit Minisini <[EMAIL PROTECTED]> > On lundi 06 octobre 2008, Gaël Le Hec'H wro

Re: [Gambas-user] Pb with Even parity on SerialPort component

2008-10-06 Thread Benoit Minisini
On lundi 06 octobre 2008, Gaël Le Hec'H wrote: > now I remember ;-) > > make[5]: entrant dans le répertoire « > /home/trunk/gambas/2.0/trunk/2.0/gb.qt/src/ext » > if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ > -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11/include/ > -I/usr/lib/qt-3.3.8

Re: [Gambas-user] Pb with Even parity on SerialPort component

2008-10-06 Thread Gaël Le Hec'H
now I remember ;-) make[5]: entrant dans le répertoire « /home/trunk/gambas/2.0/trunk/2.0/gb.qt/src/ext » if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11/include/ -I/usr/lib/qt-3.3.8b/include/ -I/usr/X11R6/include -D_REENTRANT -I../../share -

Re: [Gambas-user] Pb with Even parity on SerialPort component

2008-10-05 Thread Gaël Le Hec'H
I'll give a try tomorrow. 2008/10/3 Benoit Minisini <[EMAIL PROTECTED]> > On vendredi 03 octobre 2008, Gaël Le Hec'H wrote: > > Hi, > > I need to receive data from a device with serial port with 19200 bauds 8 > > bits data Even parity 2 stop bits settings, but I get only 7 bits of my > > data. >

Re: [Gambas-user] Pb with Even parity on SerialPort component

2008-10-04 Thread Benoit Minisini
On vendredi 03 octobre 2008, Gaël Le Hec'H wrote: > Hi, > I need to receive data from a device with serial port with 19200 bauds 8 > bits data Even parity 2 stop bits settings, but I get only 7 bits of my > data. > I check with serlook and data received is correct : 10 00 00 F0, with > gambas I rec

Re: [Gambas-user] Pb with Even parity on SerialPort component

2008-10-04 Thread Benoit Minisini
On vendredi 03 octobre 2008, Gaël Le Hec'H wrote: > Hi, > I need to receive data from a device with serial port with 19200 bauds 8 > bits data Even parity 2 stop bits settings, but I get only 7 bits of my > data. > I check with serlook and data received is correct : 10 00 00 F0, with > gambas I rec

Re: [Gambas-user] Pb with Even parity on SerialPort component

2008-10-03 Thread Benoit Minisini
On vendredi 03 octobre 2008, Benoit Minisini wrote: > On vendredi 03 octobre 2008, Gaël Le Hec'H wrote: > > Hi, > > I need to receive data from a device with serial port with 19200 bauds 8 > > bits data Even parity 2 stop bits settings, but I get only 7 bits of my > > data. > > I check with serlook

Re: [Gambas-user] Pb with Even parity on SerialPort component

2008-10-03 Thread Benoit Minisini
On vendredi 03 octobre 2008, Gaël Le Hec'H wrote: > Hi, > I need to receive data from a device with serial port with 19200 bauds 8 > bits data Even parity 2 stop bits settings, but I get only 7 bits of my > data. > I check with serlook and data received is correct : 10 00 00 F0, with > gambas I rec

[Gambas-user] Pb with Even parity on SerialPort component

2008-10-03 Thread Gaël Le Hec'H
Hi, I need to receive data from a device with serial port with 19200 bauds 8 bits data Even parity 2 stop bits settings, but I get only 7 bits of my data. I check with serlook and data received is correct : 10 00 00 F0, with gambas I receive 10 00 00 70 I check the change log of the component but d