Re: [Amforth-devel] Minicom Uploader

2010-09-18 Thread Marcin Cieslak
>> Erich Waelde wrote: > Hi Al, > > On 09/17/2010 08:11 PM, Al Williams wrote: >> http://dl.dropbox.com/u/360343/am4up.c > > superb! Works for my arduino duemilanove, which is very > resistive to amforth-upload.py. While we are at it, anyone has an idea why xonxoff.frt causes serial communication

Re: [Amforth-devel] Minicom Uploader

2010-09-18 Thread Matthias Trute
Al, > I don't know how to turn word wrap on in the minirc.amforth file which is why > you need the -w flag (or ^AW when running). Anyone know how to turn that on > in > the config file? not really the config file but an environment variable export MINICOM=-wC (this part of by .profile) Matt

Re: [Amforth-devel] Minicom Uploader

2010-09-17 Thread Al Williams
I don't know how to turn word wrap on in the minirc.amforth file which is why you need the -w flag (or ^AW when running). Anyone know how to turn that on in the config file? On Friday, September 17, 2010 14:09:46 pm Erich Waelde wrote: > Hi Al, > > On 09/17/2010 08:11 PM, Al Williams wrote: >

Re: [Amforth-devel] Minicom Uploader

2010-09-17 Thread Erich Waelde
Hi Al, On 09/17/2010 08:11 PM, Al Williams wrote: > http://dl.dropbox.com/u/360343/am4up.c superb! Works for my arduino duemilanove, which is very resistive to amforth-upload.py. Thanks for sharing this! Erich -- Start

Re: [Amforth-devel] Minicom Uploader

2010-09-17 Thread pito
Al, few years back somebody offered to me the 1802.. I was not fast enough, a pity. Pito -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate

Re: [Amforth-devel] Minicom Uploader

2010-09-17 Thread Al Williams
Ah the Python scripts are way more portable though. If you wish to include the uploader in the distribution tools, feel free. On Friday, September 17, 2010 13:43:43 pm Matthias Trute wrote: > Hi Al, > > > I remembered that I wrote a simple upload program for the RCA 1802 a few > > years back th

Re: [Amforth-devel] Minicom Uploader

2010-09-17 Thread Matthias Trute
Hi Al, > I remembered that I wrote a simple upload program for the RCA 1802 a few > years > back that had a lot of the same serial comm issues (handshaking, etc). So I > pulled the code out and ported it for amforth. Probably not as useful for > Windows users though since iti depends on minico

[Amforth-devel] Minicom Uploader

2010-09-17 Thread Al Williams
I remembered that I wrote a simple upload program for the RCA 1802 a few years back that had a lot of the same serial comm issues (handshaking, etc). So I pulled the code out and ported it for amforth. Probably not as useful for Windows users though since iti depends on minicom to handle the ser