Jan Kromhout <krom1...@hotmail.com> 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 AMFORTH_LIB=.:%AMFORTH%\lib C:\Python27\python.exe %TOOLS%\amforth-shell.py -p COM8 ... but on Linux it's so much more fun (for a programmer, I mean). Sincerely, Enoch. ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel