Re: Trying to build SerialPlugin for IrDA under MPW (MacOS 8.6)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Trying to build SerialPlugin for IrDA under MPW (MacOS 8.6)

Dan Corneanu
Hans-Martin Mosner <hmm <at> heeg.de> writes:

>
> Hans-Martin Mosner wrote:
> >
> > I have appended the plugin and corresponding source files in a ZIP file
> > (it's not big)  so if you want to try it out you could do it right now
>
> Empty promises... I forgot to attach the ZIP. Here it is, now...
> Attachment (SerialPlugin.zip): application/zip, 9 KiB

Hello,
is this plugin available for Squeak 4.3 on Linux/Unix?
Where can I get the binary or the source code from?

Best regards,
Dan.


Reply | Threaded
Open this post in threaded view
|

Re: Trying to build SerialPlugin for IrDA under MPW (MacOS 8.6)

David T. Lewis
On Wed, May 23, 2012 at 07:58:07AM +0000, Dan Corneanu wrote:

> Hans-Martin Mosner <hmm <at> heeg.de> writes:
>
> >
> > Hans-Martin Mosner wrote:
> > >
> > > I have appended the plugin and corresponding source files in a ZIP file
> > > (it's not big)  so if you want to try it out you could do it right now
> >
> > Empty promises... I forgot to attach the ZIP. Here it is, now...
> > Attachment (SerialPlugin.zip): application/zip, 9 KiB
>
> Hello,
> is this plugin available for Squeak 4.3 on Linux/Unix?
> Where can I get the binary or the source code from?

SerialPlugin is included as an internal plugin in the standard VM here:
  http://squeakvm.org/unix/index.html

There is a tarball with all source for that exact version of the VM:

  http://squeakvm.org/unix/release/Squeak-4.4.7.2357-src.tar.gz

The source code for SerialPlugin is in two parts. The Smalltalk source
(aka slang) is class SerialPlugin, which is in the VMMaker package:

  http://source.squeak.org/VMMaker

The C language platform source code is in the Subversion repository:

  http://squeakvm.org/cgi-bin/viewcvs.cgi/trunk/
  svn co http://squeakvm.org/svn/squeak/trunk

How to build:

  http://squeakvm.org/unix/devel.html#html/devel.m4.1.2

The recent versions of SerialPlugin have support for named serial
ports. I'm not sure if this support is present in Cog VMs yet. I
think that it was recently added, so check these links if you are
working with a Cog VM:

Binaries:
  http://www.mirandabanda.org/files/Cog/VM

Source:
  http://squeakvm.org/cgi-bin/viewcvs.cgi/branches/Cog/

Eliot's blog:
  http://www.mirandabanda.org/cogblog/

Dave
 

Reply | Threaded
Open this post in threaded view
|

Re: Trying to build SerialPlugin for IrDA under MPW (MacOS 8.6)

Ken G. Brown
Here is John McIntosh's file sharing site that has EnhancedSerialPorts-JMM.11.cs.gz :

<http://homepage.mac.com/WebObjects/FileSharing.woa/wo/M7C6Z55gcbb0IAJt.1/2.2.1.2.26.29.2.1.1.1.3?user=johnmci&fpath=&templatefn=FileSharing.html>

<http://homepage.mac.com/WebObjects/FileSharing.woa/wo/M7C6Z55gcbb0IAJt.1/0.2.1.2.26.31.97.3.35.0.1.1.1?user=johnmci&fpath=experimental&templatefn=FileSharing.html>

Ken


On 2012-05-23, at 6:27 AM, David T. Lewis wrote:

> On Wed, May 23, 2012 at 07:58:07AM +0000, Dan Corneanu wrote:
>> Hans-Martin Mosner <hmm <at> heeg.de> writes:
>>
>>>
>>> Hans-Martin Mosner wrote:
>>>>
>>>> I have appended the plugin and corresponding source files in a ZIP file
>>>> (it's not big)  so if you want to try it out you could do it right now
>>>
>>> Empty promises... I forgot to attach the ZIP. Here it is, now...
>>> Attachment (SerialPlugin.zip): application/zip, 9 KiB
>>
>> Hello,
>> is this plugin available for Squeak 4.3 on Linux/Unix?
>> Where can I get the binary or the source code from?
>
> SerialPlugin is included as an internal plugin in the standard VM here:
>  http://squeakvm.org/unix/index.html
>
> There is a tarball with all source for that exact version of the VM:
>
>  http://squeakvm.org/unix/release/Squeak-4.4.7.2357-src.tar.gz
>
> The source code for SerialPlugin is in two parts. The Smalltalk source
> (aka slang) is class SerialPlugin, which is in the VMMaker package:
>
>  http://source.squeak.org/VMMaker
>
> The C language platform source code is in the Subversion repository:
>
>  http://squeakvm.org/cgi-bin/viewcvs.cgi/trunk/
>  svn co http://squeakvm.org/svn/squeak/trunk
>
> How to build:
>
>  http://squeakvm.org/unix/devel.html#html/devel.m4.1.2
>
> The recent versions of SerialPlugin have support for named serial
> ports. I'm not sure if this support is present in Cog VMs yet. I
> think that it was recently added, so check these links if you are
> working with a Cog VM:
>
> Binaries:
>  http://www.mirandabanda.org/files/Cog/VM
>
> Source:
>  http://squeakvm.org/cgi-bin/viewcvs.cgi/branches/Cog/
>
> Eliot's blog:
>  http://www.mirandabanda.org/cogblog/
>
> Dave
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Trying to build SerialPlugin for IrDA under MPW (MacOS 8.6)

Dan Corneanu
In reply to this post by David T. Lewis
David T. Lewis <lewis <at> mail.msen.com> writes:

> SerialPlugin is included as an internal plugin in the standard VM here:
>   http://squeakvm.org/unix/index.html
>

Sorry, I forgot to mention that I was talking about the Enhanced/Extended Serial
Port plugin.

Anyway, thank you for the directions you have provided me.

Best regards,
Dan.


Reply | Threaded
Open this post in threaded view
|

Re: Trying to build SerialPlugin for IrDA under MPW (MacOS 8.6)

Dan Corneanu
In reply to this post by Ken G. Brown
Ken G. Brown <kbrown <at> mac.com> writes:

>
> Here is John McIntosh's file sharing site that has EnhancedSerialPorts-
JMM.11.cs.gz

Do I need to register or something? because I am not able to download the file.
I get an "Access denied by access control list." error.

Dan.


Reply | Threaded
Open this post in threaded view
|

Re: Trying to build SerialPlugin for IrDA under MPW (MacOS 8.6)

Ken G. Brown
I'm not aware of any such thing. I'm getting the same error.
Perhaps an email to  John McIntosh <[hidden email]>
would provide an answer.

Ken

On 2012-05-23, at 9:48 AM, Dan Corneanu wrote:

> Ken G. Brown <kbrown <at> mac.com> writes:
>
>>
>> Here is John McIntosh's file sharing site that has EnhancedSerialPorts-
> JMM.11.cs.gz
>
> Do I need to register or something? because I am not able to download the file.
> I get an "Access denied by access control list." error.
>
> Dan.
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Trying to build SerialPlugin for IrDA under MPW (MacOS 8.6)

Ken G. Brown
In reply to this post by Dan Corneanu
Attached is a copy of EnhancedSerialPorts-JMM.11.cs.gz that I had locally.

Ken

On 2012-05-23, at 9:48 AM, Dan Corneanu wrote:

> Ken G. Brown <kbrown <at> mac.com> writes:
>
>>
>> Here is John McIntosh's file sharing site that has EnhancedSerialPorts-
> JMM.11.cs.gz
>
> Do I need to register or something? because I am not able to download the file.
> I get an "Access denied by access control list." error.
>
> Dan.
>
>



EnhancedSerialPorts-JMM.11.cs.gz (23K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Trying to build SerialPlugin for IrDA under MPW (MacOS 8.6)

Dan Corneanu
Ken G. Brown <kbrown <at> mac.com> writes:

>
> Attached is a copy of EnhancedSerialPorts-JMM.11.cs.gz that I had locally.
>
> Ken

Ok,
this is the smalltalk code, but don't I need some native code for this to work?

Dan.