Re: [Amforth] A shout out to Keith Amidon for amforth-shell.py

2013-12-06 Thread Enoch
Matthias Trute writes: > Hi all, > >> As I am fluent in Python I am responsibile for the latest patches. >> A meta command change that I hope Matthias picks relate to #include >> and #install. Here's the diff between my amforth-shadow and the >> latest amforth svn. See http://pastebin.com/7CSYbD

Re: [Amforth] AmForth Controlled Digital FM Radio Plans & Code Available

2013-12-06 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Craig, > All of the code and a document describing what I have done is > included in the zip file. > > I hope the AmForth community finds this useful, - From my side a "wow". Thank you for it and thank you for sharing it with us. Someone asked me

Re: [Amforth] A shout out to Keith Amidon for amforth-shell.py

2013-12-06 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, > As I am fluent in Python I am responsibile for the latest patches. > A meta command change that I hope Matthias picks relate to #include > and #install. Here's the diff between my amforth-shadow and the > latest amforth svn. See http://past

Re: [Amforth] A shout out to Keith Amidon for amforth-shell.py

2013-12-06 Thread Enoch
Jan Kromhout writes: > Hello, > > Can I use this Phyton script also under windows? > > Cheers, > > Jan Yes, install Python and the pySerial library (I guess this is the only extrnal lib required). Here's my Windows shell.bat: @echo off set AMFORTH=\avr\amforth\code set TOOLS=%AMFORTH%\tools set

Re: [Amforth] A shout out to Keith Amidon for amforth-shell.py

2013-12-06 Thread Jan Kromhout
Hello, Can I use this Phyton script also under windows? Cheers, Jan Op 5 dec. 2013, om 19:28 heeft Enoch het volgende geschreven: > craig and heather > writes: > >> I just want to say thanks to Keith for his work on this great tool. I had >> never run Python in my life but easily got his t