Hi all,
the new version 5.8 (compiled with only some warnings) behaves different from 
the previous I used (5.4).

To speed up serial connection I use these commands:
' refill defer@ constant xt-refill
: refill-xon $11 emit xt-refill execute ;
: +ready ['] refill-xon is refill ;
+ready

so the mcu sends a X-ON char as it is ready to receive other commands.
Now (version 5.8 rev.1860), the definition of +ready gives an error:

> : +ready ['] refill-xon is refill ;  ?? -13 29

and also the interpreted command do the same:

> ' refill-xon is refill  ?? -13 15

I cannot figure out the reason or what those errors mean.

Thanks for help

Paolo

---
Questa e-mail รจ stata controllata per individuare virus con Avast antivirus.
http://www.avast.com
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
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