Marcos Cevallos wrote:
Hi Is there any example of MODBUS implementation in pharo seaside ?Regards Marcos Hi Marcos, I don't know of any Modbus implementations. I proposed developing a native Smalltalk implementation for this year's GSoC [1] but it didn't get selected as a priority. I am still interested in developing one so I am curious as to your application. The other option would be interfacing to an existing C library using NativeBoost (but I haven't had any experience with that yet.) [1] http://gsoc2013.esug.org/projects/modbus regards -ben P.S. A criticism.... :) Do you have some problem setting a proper 'Subject' and also leaving out all the material below that is not relevant to your one line question? 2013/9/13, [email protected] <[email protected]>:Send Beginners mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.squeakfoundation.org/mailman/listinfo/beginners or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Beginners digest..." Today's Topics: 1. Re: Beginners Digest, Vol 89, Issue 2 (Marcos Cevallos) 2. properly setting the subject line - was: [Newbies] Re: Beginners Digest, Vol 89, Issue 2 (Ben Coman) ---------------------------------------------------------------------- Message: 1 Date: Fri, 13 Sep 2013 08:00:41 -0500 From: Marcos Cevallos <[email protected]> Subject: [Newbies] Re: Beginners Digest, Vol 89, Issue 2 To: [email protected] Message-ID: <cacho2ejvcsj27xofpaf1d6cchm+pyd+eq-az7-pjwknjr90...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Hi, thanks so much for your promptly support. It worked!!!. I was doing FileDirectory deleteFileNamed: 'c:\temp\prueba.txt'. and get an error. But then I tryied FileDirectory default deleteFileNamed: 'c:\temp\prueba.txt'. and it worked. Sorry I missed include default Again, thank so much. This is the first time I wrote. I am trying to use Seaside to work with Web Services that provide a Xerox Multifunction Device. I will tell you how everything is going on, If there is anay doubt I will tell you. Best Regards Marcos. 2013/9/13, [email protected] <[email protected]>:Send Beginners mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.squeakfoundation.org/mailman/listinfo/beginners or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Beginners digest..." Today's Topics: 1. Re: Beginners Digest, Vol 89, Issue 1 (Marcos Cevallos) 2. deleting a file from Windows system directory (Ben Coman) ---------------------------------------------------------------------- Message: 1 Date: Thu, 12 Sep 2013 19:35:17 -0500 From: Marcos Cevallos <[email protected]> Subject: [Newbies] Re: Beginners Digest, Vol 89, Issue 1 To: [email protected] Message-ID: <cacho2egm7ge-t20kkke-hbxurczdi3ehfehfgo4tvejpvdg...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Hi I´m newbie in squeak I want to know how to delete a file in a windows system directory in pharo 1.3 seaside 3.0.7 I really appreciate it 2013/9/10, [email protected] <[email protected]>:Send Beginners mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.squeakfoundation.org/mailman/listinfo/beginners or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Beginners digest..." Today's Topics: 1. Serial port write freezes the VM (mactro) 2. Re: Serial port write freezes the VM (Levente Uzonyi) 3. Re: Serial port write freezes the VM (Maciej Troszy?ski) ---------------------------------------------------------------------- Message: 1 Date: Mon, 9 Sep 2013 05:35:18 -0700 (PDT) From: mactro <[email protected]> Subject: [Newbies] Serial port write freezes the VM To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii Hi, I'm developing a mod for Scratch that will allow controlling an educational robot via Bluetooth. I'm using SerialPort2 class that is included in Scratch plugin and allows opening ports by name. Everything works fine BUT, when I send commands in a loop, and the connection is lost (i.e. the robot was powered off), the VM freezes. I tried forking the port nextPutAll like that: timer := Delay forMilliseconds: 1000. port := SerialPort2 new. port openPortNamed:'COM14' baud:57600. process := [port nextPutAll:'test'. Transcript show:'port'.] forkAt: 1. [timer wait. Transcript show:'delay'. process terminate.] forkAt: 7. but with no result. Is there any way to write to a serial port with timeout? mactro -- View this message in context: http://forum.world.st/Serial-port-write-freezes-the-VM-tp4707333.html Sent from the Squeak - Beginners mailing list archive at Nabble.com. ------------------------------ Message: 2 Date: Tue, 10 Sep 2013 04:45:35 +0200 (CEST) From: Levente Uzonyi <[email protected]> Subject: Re: [Newbies] Serial port write freezes the VM To: "A friendly place to get answers to even the most basic questions about Squeak." <[email protected]> Message-ID: <[email protected]> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Mon, 9 Sep 2013, mactro wrote: Hi Marcos ------------------------------ Message: 3 Date: Tue, 10 Sep 2013 08:39:10 +0200 From: Maciej Troszy?ski <[email protected]> Subject: Re: [Newbies] Serial port write freezes the VM To: "A friendly place to get answers to even the most basic questions about Squeak." <[email protected]> Message-ID: <caa0ua13poqkkmtsqgjwws56ymxhs_s6ec1sa6_fmbkmlfnh...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-2 Well, at first I tried using larger numbers, but it seems, that my VM has maximum priority equal to 8. Processor userBackgroundPriority prints 3 and Processor userInterruptPriority prints 5. pozdrawiam Maciej Troszyński 2013/9/10 Levente Uzonyi <[email protected]>: |
_______________________________________________ Beginners mailing list [email protected] http://lists.squeakfoundation.org/mailman/listinfo/beginners
