Re: [Pharo-users] SerialPlugin on MacOS

2014-02-20 Thread Bernat Romagosa
Hi list, I've been too busy to look into this lately, but today I tried the latest MacOS version and I still get the same PrimitiveFailed error when trying to write a byte array through the serial port. Has there been any further development on this? Thanks! Best, Bernat. 2013-11-12 13:07

Re: [Pharo-users] SerialPlugin on MacOS

2014-02-20 Thread Esteban Lorenzano
Hi Bernat, yes, I’m committed to have it ready before Pharo3 release. Esteban On 20 Feb 2014, at 12:54, Bernat Romagosa tibabenfortlapala...@gmail.com wrote: Hi list, I've been too busy to look into this lately, but today I tried the latest MacOS version and I still get the same

Re: [Pharo-users] SerialPlugin on MacOS

2014-02-20 Thread Bernat Romagosa
Hi Esteban! Oh, good to know! The offer stays on, I can't help much more than testing, but I'm available for anything you need me to do :) Gracias! Bernat. 2014-02-20 13:30 GMT+01:00 Esteban Lorenzano esteba...@gmail.com: Hi Bernat, yes, I’m committed to have it ready before Pharo3

Re: [Pharo-users] SerialPlugin on MacOS

2013-11-12 Thread Esteban Lorenzano
On Nov 12, 2013, at 5:58 AM, Bernat Romagosa tibabenfortlapala...@gmail.com wrote: I can confirm I still got the same issue after replacing my VM by the vmLatest found at files.pharo.org/vm/pharo/mac under the name Pharo-VM-mac-latest.zip I will check next week :) When trying to

Re: [Pharo-users] SerialPlugin on MacOS

2013-11-11 Thread Bernat Romagosa
Thanks guys, files.pharo.org is down right now I'll try with a newer VM as soon as it's up again :) 2013/11/9 Stéphane Ducasse stephane.duca...@inria.fr On Nov 9, 2013, at 2:19 PM, Camillo Bruni camillobr...@gmail.com wrote: Luc proposed a pull request on github - got validated by

Re: [Pharo-users] SerialPlugin on MacOS

2013-11-09 Thread Stéphane Ducasse
Esteban we should organize some sessions where you show to people what you are doing and see how we should distribute and share load. Stef On Nov 9, 2013, at 12:29 PM, Esteban Lorenzano esteba...@gmail.com wrote: Hi, it is stable but AFAIK it does not includes the latest fix for

Re: [Pharo-users] SerialPlugin on MacOS

2013-11-08 Thread Stéphane Ducasse
It looks old to me. Bernat can you use an instable one to see. On Nov 5, 2013, at 12:27 PM, Bernat Romagosa tibabenfortlapala...@gmail.com wrote: Hi Luc, Smalltalk vm version reports: 'NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid:

Re: [Pharo-users] SerialPlugin on MacOS

2013-11-05 Thread Luc Fabresse
Hi Bernat, Which VM version? because MacOsX and Linux now use the same C part of the SerialPlugin. So if it works on Linux, it be the same on OsX. but I have not tried. do you use the right protName? Cheers, Luc 2013/11/5 Bernat Romagosa tibabenfortlapala...@gmail.com Hi list,

Re: [Pharo-users] SerialPlugin on MacOS

2013-11-05 Thread Bernat Romagosa
Hi Luc, Smalltalk vm version reports: 'NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013 NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013 git://gitorious.org/cogvm/blessed.git

Re: [Pharo-users] SerialPlugin

2013-07-19 Thread Esteban Lorenzano
Hi Bernat, I'm going on vacations tomorrow, but if you provide me a way to test the plugin (like for example doing a remote session ;) ), I promise to work on fix it as soon as I'm back (I'm going out just one week). can you locate some time for doing it? Esteban On Jul 19, 2013, at 11:05

Re: [Pharo-users] SerialPlugin

2013-07-18 Thread Bernat Romagosa
Still trying without success... Does anyone have an image, a VM and a SerialPlugin working in their machine that they can share with me? At this point I don't care too much on which OS, I'll find a machine here at work. The thing is I wanted to start developing right away, and this little

Re: [Pharo-users] SerialPlugin

2013-07-18 Thread Ricardo Moran
Hi, I just tried Pharo2.0 Latest update: #20596 with the following VM (on Windows): NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013 NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13

Re: [Pharo-users] SerialPlugin

2013-07-17 Thread Bernat Romagosa
Ok, it seems the problem was not having the sources file in the same directory as the image. Anyway, now I've another problem when trying to compile. cmake runs fine, but make fails with the following error: Scanning dependencies of target B3DAcceleratorPlugin [ 57%] Building C object

Re: [Pharo-users] SerialPlugin

2013-07-17 Thread Bernat Romagosa
I found out how to leave B3DAcceleratorPlugin out, but now I get this error almost at the end of the compilation process: [ 95%] Building C object CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o In file included from

Re: [Pharo-users] SerialPlugin

2013-07-17 Thread Guillermo Polito
Hi! before compiling you have to, inside the build folder, execute codegen-scripts/extract-commit-info.sh Besides, I was looking at luc's tutorial and it lacks one step to have serial plugin built: install the patch he made [1]. Did you do that? I added a comment in the blog entry just in

Re: [Pharo-users] SerialPlugin

2013-07-17 Thread Bernat Romagosa
ouch! I forgot to execute the script this time, and didn't install the patch either.. trying again, thanks! :) 2013/7/17 Guillermo Polito guillermopol...@gmail.com Hi! before compiling you have to, inside the build folder, execute codegen-scripts/extract-commit-info.sh Besides, I was

Re: [Pharo-users] SerialPlugin

2013-07-17 Thread Bernat Romagosa
Okay, it seems the patch is already included in the latest VMMaker image, so no need to apply it. Still, having executed the script, I get yet another error, this time related to gl.h (why does it need it? I left B3DAcceleratorPlugin out): [ 95%] Building C object

Re: [Pharo-users] SerialPlugin

2013-07-17 Thread Guillermo Polito
On Wed, Jul 17, 2013 at 12:39 PM, Bernat Romagosa tibabenfortlapala...@gmail.com wrote: Okay, it seems the patch is already included in the latest VMMaker image, so no need to apply it. That's nice :). Anyone with grants in the issue tracker can close it?? :D Still, having executed the

Re: [Pharo-users] SerialPlugin

2013-07-17 Thread Bernat Romagosa
So I compiled two VMs, one with the SerialPlugin as an internal plugin, the other one as an external plugin. On a Debian box, I connect an Arduino Diecimila board and I get its handler at /dev/ttyUSB0. However, on both VMs with fresh Pharo 2.0 images: SerialPort new openPort: '/dev/ttyUSB0'

Re: [Pharo-users] SerialPlugin

2013-07-17 Thread Esteban Lorenzano
It is indeed annoying and obviously buggy. I kinda fixed it last year but since I didn't had any serial port stuff to test it, it was just in abstract (Luc was using it, thought) There was a report a couple of weeks ago to try using double slash. SerialPort new openPort: '/dev//ttyUSB0'

Re: [Pharo-users] SerialPlugin

2013-07-17 Thread Bernat Romagosa
Yep, I found that thread and tried all possible combinations: '/dev/ttyUSB0' '/dev//ttyUSB0' '/dev/ttyusb0' '/dev//ttyusb0' 'ttyUSB0' 'ttyusb0' and none worked... :( 2013/7/17 Esteban Lorenzano esteba...@gmail.com It is indeed annoying and obviously buggy. I kinda fixed it last year but

Re: [Pharo-users] SerialPlugin

2013-07-16 Thread Bernat Romagosa
Hi Friedrich, My machine is already a 32 bits one... here's the output of ldd: linux-gate.so.1 = (0xb7782000) libm.so.6 = /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xb7746000) libdl.so.2 = /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xb7742000) libpthread.so.0 =

Re: [Pharo-users] SerialPlugin

2013-07-15 Thread Friedrich Dominicus
Bernat Romagosa tibabenfortlapala...@gmail.com writes: Hi list, Any chance to get SerialPlugin working in Pharo 2.0 under Debian? I tried to follow the instructions in http://car.mines-douai.fr/2013/01/serialplugin-in-the-pharo-vm/ but I didn't succeed. The second step already failed