Hello Matthias,

I have made hex files from amforth-code-2147-trunk for a "home brew"
UNO (atmega328P) using a 14.7456MHz crystal. Screen shots from the
serial connections are below

115200 http://sphinx.mythic-beasts.com/~tristan/files/af115200.tiff
230400 http://sphinx.mythic-beasts.com/~tristan/files/af230400.tiff

It worked for me at both 115200 bps and 230400 bps. However, I am very
new to AmForth so I may not have noticed more subtle differences.

Tristan

On 22Jul16 20:56, Matthias Trute wrote:
> Hi,
> 
> I need some independent tests, so I'd like to ask for volunteers.
> 
> The command prompt got its characters via a simple interrupt
> routine. That works quite well for years now. However some users 
> wanted to replace this routine with some other (forth hll) code 
> and were unpleasantly surprised that the word INT! did not do what it 
> does for all other ISR's. Not surprisingly since that (and only that)
> one interrupt was not dealt with the way all other interrupts got 
> handled.
> 
> That has changed now. Now every character is processed the "standard"
> way and the INT! word can easily change the actions. I did some
> tests, but for the high speed ones I lack some resources. So I ask
> you to test and give feedback whether the new code works for serial
> line speed like 56k (or more) - my boards don't have the necessary
> baud rate clock quartzes...
> 
> Please get the sources from the repository trunk after version 2141
> and recompile them. To check if everything works good enough,
> it is sufficient that you can enter commands at all....
> 
> The MSP430 is a different story, they still lack interrupts 
> completely.
> 
> Thanks in advance
> Matthias
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are 
> consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
> J-Flow, sFlow and other flows. Make informed decisions using capacity planning
> reports.http://sdm.link/zohodev2dev
> _______________________________________________
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to