SPCoast
Railroading on the Southern Pacific Coast

Category:Arduino Loconet

From SPCoast

Revision as of 18:41, 5 August 2009 by Plocher (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

[edit] Loconet interface examples

  • Copyright (C) 2001 Ron W. Auld
  • Copyright (C) 2004 Alex Shepherd
  • Copyright (C) 2008 John Plocher
  • Portions Copyright (C) Digitrax Inc.

This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

[edit] IMPORTANT

Some of the message formats used in this code are Copyright Digitrax, Inc. and are used with permission as part of the EmbeddedLocoNet project. That permission does not extend to uses in other software products. If you wish to use this code, algorithm or these message formats outside of EmbeddedLocoNet, please contact Digitrax Inc, for specific permission.

The sale any LocoNet device hardware (including bare PCB's) that uses this or any other LocoNet software, requires testing and certification by Digitrax Inc. and will be subject to a licensing agreement. Please contact Digitrax Inc. for details.

NOTE

  • This file was first released under the GPL license but Ron Auld has given his permission for this file to be included in the EmbeddedLoconet project under the LGPL license
  • Some of this code is based on work done by John Kabat and we thank him for the use of that code and his contributions to the understanding and use of the Digitrax LocoNet.

[edit] Update

Alex took this code and turned it into a full Arduino Library:

I've finally had the chance to refactor John Plocher's initial port of the
EmbeddedLocoNet LocoNet interface to an Arduino Sketch and made an Arduino
library with a couple of example sketches.
I've uploaded the library to the EmbeddedLocoNet SVN repository here:
http://embeddedloconet.svn.sourceforge.net/viewvc/embeddedloconet/trunk/Arduino/libraries/LocoNet/
There's also a ZIP file here:
https://sourceforge.net/project/showfiles.php?group_id=59647&package_id=324756