Re: [Gambas-user] Issue 380 in gambas: RpcClient sends invalid HTTP requests (and RpcServer stops working)

2013-01-11 Thread gambas
Comment #9 on issue 380 by uale...@gmail.com: RpcClient sends invalid HTTP requests (and RpcServer stops working) http://code.google.com/p/gambas/issues/detail?id=380 The problem is basically in the MiniServer.class & stream, the RpcServer can only handle data if it is in 1 IP Packet. If it i

Re: [Gambas-user] Issue 384 in gambas: XmlReader doesn't raise an error on FromString if string is empty, which it did in gambas2

2013-01-11 Thread gambas
Comment #2 on issue 384 by uale...@gmail.com: XmlReader doesn't raise an error on FromString if string is empty, which it did in gambas2 http://code.google.com/p/gambas/issues/detail?id=384 Thanks, it works fine now.

Re: [Gambas-user] Issue 380 in gambas: RpcClient sends invalid HTTP requests (and RpcServer stops working)

2013-01-11 Thread gambas
Comment #8 on issue 380 by uale...@gmail.com: RpcClient sends invalid HTTP requests (and RpcServer stops working) http://code.google.com/p/gambas/issues/detail?id=380 The problem is basically in the MiniServer.class & stream, the RpcServer can only handle data if it is in 1 IP Packet. If it i

Re: [Gambas-user] Serial and Multiserial Problem

2013-01-11 Thread Jussi Lahtinen
Without source code it's pretty much impossible to say what is happening. But if you suspect that there is error in Gambas, you could try latest version (2.24.0). Or you could convert your project to Gambas 3 (should be easy task). Jussi On Fri, Jan 11, 2013 at 3:47 PM, dimitris tsiou wrote:

[Gambas-user] Serial and Multiserial Problem

2013-01-11 Thread dimitris tsiou
Hello to everyone, I wish you a happy new Year! I am gambas user at about 4 months and I am developing a system for control automation on a Ubuntu 10.04. I'm using the Gambas 2.21 runtime. I have also tried Ubuntu 11.04 for my application. The problem's description is as follows: An AVR micro

Re: [Gambas-user] Issue 384 in gambas: XmlReader doesn't raise an error on FromString if string is empty, which it did in gambas2

2013-01-11 Thread gambas
Updates: Status: Fixed Comment #1 on issue 384 by adrien.p...@gmail.com: XmlReader doesn't raise an error on FromString if string is empty, which it did in gambas2 http://code.google.com/p/gambas/issues/detail?id=384 This is fixed in revision #5499. ---