From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a3a6e22918dc31c7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-30 07:32:05 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: robin-hall@utvinternet.com (AdaNewbie) Newsgroups: comp.lang.ada Subject: Re: Ada serial Communication packages Date: 30 May 2003 07:32:04 -0700 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 212.159.37.46 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1054305125 17126 127.0.0.1 (30 May 2003 14:32:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 30 May 2003 14:32:05 GMT Xref: archiver1.google.com comp.lang.ada:38100 Date: 2003-05-30T14:32:05+00:00 List-Id: Stephen, Thanks very much for the reply and the low down on licensing issues. Your code is very interesting but based on an OS. I had hope to see a pure Ada implementation,any ideas? Best regards Rob Stephen Leake wrote in message news:... > robin-hall@utvinternet.com (AdaNewbie) writes: > > > Greetings, > > > > I'm keen to view an implementation of a sophisticated(timeout support > > etc) rs-232(Serial Comms) package, > > My package does time outs. > > http://www.toadmail.com/~ada_wizard/ > > See the "com ports" link. > > > if availiable in the public domain. > > As a newbie, one of the things you need to learn about is licensing > terms. "Public domain" is defined in the United States to mean "no > copyright owner". That means anyone can take it and claim it as their > own. > > There are other licenses that allow you to use the software, but > retain control for the owner. One of the most common used with Ada > code is the GNAT Modified Gnu Public License (GMGPL). It allows you to > use the code in Open Source or proprietary projects. My com ports > package should be released under that license, but I wrote it before I > learned about this stuff myself :). I guess it's time to update it.