Re: [Pharo-users] Another 32-bit on a 64 bit machine question.

2013-07-04 Thread Friedrich Dominicus
Mariano Martinez Peck writes: > Yes, there was an old SerialPlugin bug which I think it was reported > by Friedrich Dominicus  himself...but I am not sure if it was > integrated. Sorry for the noise but there still is a problem in the code. At least here I can show you: sp := SerialPort new. sp

Re: [Pharo-users] Another 32-bit on a 64 bit machine question.

2013-07-03 Thread Mariano Martinez Peck
Yes, there was an old SerialPlugin bug which I think it was reported by Friedrich Dominicus himself...but I am not sure if it was integrated. I can find the issue if you want.. (but I think it was not related to 32/64) Cheers, On Wed, Jul 3, 2013 at 8:20 AM, Esteban Lorenzano wrote: > SerialPo

Re: [Pharo-users] Another 32-bit on a 64 bit machine question.

2013-07-03 Thread Esteban Lorenzano
SerialPort new openPort:, then again... nothing to do with 64bits :) but... but... the SerialPlugin could have some problems :) (I don't know if it was working on all platforms) Esteban On Jul 3, 2013, at 1:07 PM, Sven Van Caekenberghe wrote: > > On 03 Jul 2013, at 12:52, Esteban Lorenzan

Re: [Pharo-users] Another 32-bit on a 64 bit machine question.

2013-07-03 Thread Sven Van Caekenberghe
On 03 Jul 2013, at 12:52, Esteban Lorenzano wrote: > Hi, > > SocketStream on: 8080. He wants a Serial Port Connection, not a TCP Socket Stream ;-) > should work, AFAIK the 64bits thingy does not have anything to do... > It is something failing? > > cheers, > Esteban > > > On Jul 3, 2013, a

Re: [Pharo-users] Another 32-bit on a 64 bit machine question.

2013-07-03 Thread Esteban Lorenzano
Hi, SocketStream on: 8080. should work, AFAIK the 64bits thingy does not have anything to do... It is something failing? cheers, Esteban On Jul 3, 2013, at 12:46 PM, Friedrich Dominicus wrote: > Well how can one open a serial port on a Linux 64-bit box with > a Pharo 32 bit? > > Any thing

[Pharo-users] Another 32-bit on a 64 bit machine question.

2013-07-03 Thread Friedrich Dominicus
Well how can one open a serial port on a Linux 64-bit box with a Pharo 32 bit? Any things would be very welcome Regards Friedrich