Re: [Interest] QExtSerialPort

2012-02-28 Thread Duane
On 2/27/2012 2:11 PM, Bence Magyar wrote: > I myself had no problems with QExtSerialPort, used it to interface with > an Arduino board. > The last version available from sourceforge gives a message that write events aren't supported on Linux when we ported from Windows. At any rate, I was able

Re: [Interest] QExtSerialPort

2012-02-27 Thread Bence Magyar
I myself had no problems with QExtSerialPort, used it to interface with an Arduino board. --Bence 2012/2/27 Andreas Pakulat > On 27.02.12 11:45:12, Duane wrote: > > We've been using QextSerialPort for some MS specific programs. Now that > > we need to port to Linux, there is a problem using ev

Re: [Interest] QExtSerialPort

2012-02-27 Thread Andreas Pakulat
On 27.02.12 11:45:12, Duane wrote: > We've been using QextSerialPort for some MS specific programs. Now that > we need to port to Linux, there is a problem using events for writes. > > I'm looking for a more recent version. Does anyone know where to > download it? It seems that it's been move

Re: [Interest] QExtSerialPort

2012-02-27 Thread Samuel Gaist
Hello, Simply download the source : hg clone https://code.google.com/p/qextserialport/ Hope this helps, Samuel On 27 févr. 2012, at 17:45, Duane wrote: > We've been using QextSerialPort for some MS specific programs. Now that > we need to port to Linux, there is a problem using events for wr

[Interest] QExtSerialPort

2012-02-27 Thread Duane
We've been using QextSerialPort for some MS specific programs. Now that we need to port to Linux, there is a problem using events for writes. I'm looking for a more recent version. Does anyone know where to download it? It seems that it's been moved from sourceforge to code.google.com/... b