Re: [Amforth] Bit Banged serial on Arduino

2016-02-17 Thread Hannu Vuolasaho
Following code misses some data probably and isn't serial system. It is based on timer and pin change. Further the protocol is time based, not voltage based. However same ideas can be used with serial communication implementation. Lot of ready code which is tangled to its self. Hope this g

Re: [Amforth] Blinkenlichts.

2015-12-28 Thread Hannu Vuolasaho
> Subject: Re: [Amforth] Blinkenlichts. > > Hi Hannu, > > 2014-11-13 11:08 GMT+08:00 Hannu Vuolasaho : >> The driver can be used like this: >> >> 21 buffer: rgb >> : rgb-test 21 0 do rgb i + c! loop rgb 21 ws2811.write ; >> >> $ff $ff $ff >>

Re: [Amforth] OT: Cycle accurate balanced assemly?

2015-11-04 Thread Hannu Vuolasaho
much space. However I'm trying to tackle this problem with simavr. If that doesn't help I'll wirite something which calculates time for me from source files. Hannu Vuolasaho ---

[Amforth] OT: Cycle accurate balanced assemly?

2015-11-02 Thread Hannu Vuolasaho
the cycle count as comment at the end of line and highest level would be some sort of tool which would take cycle count blocks and fill their end blocks with NOPS or busy loops. Best regards, Hannu

Re: [Amforth] Amforth-6.0, msp430, amforth-shell.py, 5.9 works

2015-09-21 Thread Hannu Vuolasaho
Hi! Sorry I can't help, but I have future proposition. Could there be somewhere in UART drivers or similar place huge .if badrate = 9600 .message "Serial port is 9600 8N1" elif ... .endif This seems to be quite common problem. Or outputting hexfiles like Amforth-60-

Re: [Amforth] forth-crypt: fun-size crypto nybles and bytes...for small systems

2015-05-22 Thread Hannu Vuolasaho
iting words for Amforth. However as always there are only 24 hours in a day and I have allocated them to something else. Best regards, Hannu Vuolasaho -- One dashboard for server

Re: [Amforth] AMFORTH 5.8 on Uno R3

2015-04-14 Thread Hannu Vuolasaho
comments in those take up memory space? Not with amforth-shell as they aren't even send to MCU and in MCU they are dropped. so no. Comment as much as you wish. It doesn't eat your flash. >> >> 3.) Where is the erase function for practice code, or do I have to >> re-flash

[Amforth] Lightweight encryption and decryption for amforth?

2015-02-13 Thread Hannu Vuolasaho
used anything useful? Best regards, Hannu Vuolasaho P.S. I so hate googling Forth stuff. If i write my own Forth it will be called Knox. -- Dive into the World of Parallel Progra

Re: [Amforth] Blinkenlichts.

2014-11-13 Thread Hannu Vuolasaho
o bit: 250/1000 ns one bit: 1000/250 ns reset: 50+us Best regards, Hannu Vuolasaho ; Hannu Vuolasaho 2014 ;This program is free software: you can redistribute it and/or modify ;it under the terms of the GNU General Public License as published by ;the Free Software Foundation, either

[Amforth] Blinkenlichts.

2014-11-12 Thread Hannu Vuolasaho
rgb : rgb-test 21 0 do rgb i + c! loop rgb 21 ws2811.write ; $ff $ff $ff $ff $ff 0 $ff 0 $ff 0 $ff $ff $ff 0 0 0 $ff 0 0 0 $ff rgb-test 5000 ms 21 ws2811.off ws2811.asm: ; Hannu Vuolasaho 2014 ;This program is free software: you can redistribute it and/or modify ;it under the terms

Re: [Amforth] Amfort 5.5 template.asm comments

2014-10-28 Thread Hannu Vuolasaho
I got amfort-shell running as error messages weren't that informative when running under python 3. Best regards, Hannu Vuolasaho --

[Amforth] Amfort 5.5 template.asm comments

2014-10-24 Thread Hannu Vuolasaho
efile magic, but if someone has time to play with the build process. Best regards, Hannu Vuolasaho -- ___ Amforth-devel mailing list for

Re: [Amforth] Which firmware is for which Pollin board?

2014-10-16 Thread Hannu Vuolasaho
you had 16MHz system. Now the rest is just about which baud binary works. 9600 19200 and 4800 are good candidates. Best regards, Hannu Vuolasaho -- Comprehensive Server Monitorin

Re: [Amforth] Request For Comment: Recognizer

2014-07-03 Thread Hannu Vuolasaho
RFC looks quite good already. I haven't check this but Ficl has something called parse-steps and I think this is similar feature. Just for a record. Ficl can be found from sourceforge. Best regards, Hannu Vuolasaho > To: amforth-devel@lists.sourceforge.net > From: i...@hotmail

Re: [Amforth] No serial connection

2014-05-27 Thread Hannu Vuolasaho
these ifs help somehow. Best regards, Hannu Vuolasaho > From: paolo.ga...@fastwebnet.it > To: amforth-devel@lists.sourceforge.net > Date: Tue, 27 May 2014 14:42:01 +0200 > Subject: Re: [Amforth] No serial connection > > I'm using this board from Atmel (see attached jpg) the crys

[Amforth] I did some performance measurements and I can't understand the results

2014-04-06 Thread Hannu Vuolasaho
XT counted. There shouldn't be any interrupts, except from serial which don't come as I'm idling terminal. What I have missed? My calculations are about half of the real life output. Below is hopefully some kind of table. Best

Re: [Amforth] How amforth-shell register bitnames are intended to use?

2014-03-18 Thread Hannu Vuolasaho
Hi Mathias! Thanks for nice example. I believe I'm using register names right or at least same way wrong as you do :) I think I'll write some more constants to my projects so that those higher bytes are setted in reasonable way. > From: mtr...@web.de > To: amforth-devel@lists.sourceforge.net >

[Amforth] How amforth-shell register bitnames are intended to use?

2014-03-17 Thread Hannu Vuolasaho
ter feature. Best regards, Hannu Vuolasaho -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases a

Re: [Amforth] Dictionary names obfuscation

2014-02-18 Thread Hannu Vuolasaho
ion very > much. How do you fork from GPL to non GPL? the GPL sticks on your fork too. You have to do complete rewrite with your own favourite license. This is my interpretation of GPL and how it works. Best regards, Hannu Vuolasaho --

Re: [Amforth] AmForth vs. Arduino Performance

2013-12-17 Thread Hannu Vuolasaho
e you factoring. Has there been any thought about optimizer? Best regards, Hannu Vuolasaho > Date: Tue, 17 Dec 2013 14:19:59 -0700 > From: cal...@gmail.com > To: amforth-devel@lists.sourceforge.net > Subject: [Amforth] AmForth vs. Arduino Pe

[Amforth] Array of structures in EEPROM

2013-10-27 Thread Hannu Vuolasaho
gards, Hannu Vuolasaho -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced prof

[Amforth] Making menus to LCD

2013-08-24 Thread Hannu Vuolasaho
enu. Anyway how this should be taken care? Currently I'm having hard time with ugly spagheti code. Best regards, Hannu Vuolasaho -- Introducing Performance Central, a new site

Re: [Amforth] Build recent amforth with avra

2013-08-13 Thread Hannu Vuolasaho
29619/ Best regards, Hannu Vuolasaho -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to

Re: [Amforth] Build recent amforth with avra

2013-08-04 Thread Hannu Vuolasaho
t stable avra good enough for the current users (except amforthers) so no-one writes good assembler? Best regards, Hannu Vuolasaho -- Get your SQL database under version con

Re: [Amforth] Fwd: Native Forth for Arduino Uno

2013-07-20 Thread Hannu Vuolasaho
otloader could prepare forth rather minimalistic system or be supressed bootloader only and flash Arduino software Is this even possible? How the non-writable areas go in flash? Best regards, Hannu Vuolasaho > Date: Sat, 20 Jul 2013 15:30:41 +0200 > From: mtr...@web.de > To: amforth-devel@li

Re: [Amforth] amforth-shell.py bugfix

2013-04-19 Thread Hannu Vuolasaho
-> then; baz:f4 -> urf; } Yes. I like to visualize my data. Best regards, Hannu Vuolasaho -- Precog is a next-generation analytics platform capable of advanced analytics

Re: [Amforth] From frt to asm

2012-10-27 Thread Hannu Vuolasaho
when shell would convert registers to addresses without including device.frt. Best regards, Hannu Vuolasaho -- WINDOWS 8 is here. Millions of people. Your app in 30 days. Visit The

Re: [Amforth] Different memories and arrays

2012-09-16 Thread Hannu Vuolasaho
of CREATE better. I think grad should be degree in sinus.frt. I first thought gradians but after reading wikipedia I realised that this was just a normal German conspiracy just like

[Amforth] Different memories and arrays

2012-09-15 Thread Hannu Vuolasaho
y_data@ ( index -- data ) neededtrick \ Or something like cells latest + 2 0 do dup @ swap loop exit $1234 $5678 exit $9012 $3456 exit ... ; Does anyone has any good ideas about this or go

Re: [Amforth] Bug

2012-09-12 Thread Hannu Vuolasaho
u3 are not all the same type. See: A.6.2.2440 WITHIN Just for the record. Best regards, Hannu Vuolasaho > Date: Wed, 12 Sep 2012 08:08:01 +0200 > From: ew.fo...@nassur.net > To: amforth-devel@lists.sourceforge.net > Subject: Re: [Amforth] Bug > > Hello Artur, > > I thin

[Amforth] Future documentation ideas

2012-08-22 Thread Hannu Vuolasaho
As it is made from tex file could it be possible to put index to pdf? all words listed in alphabetical order. These kind of ideas came to my mind after my meeting. I would write myself but these are questions for me also and my isn't good enough to put in public. Best regards, Ha

Re: [Amforth] Compiling Amforth 4.9

2012-08-18 Thread Hannu Vuolasaho
Hi! Sorry about long delay. I was out of net for a while. Here are two files. They are the successing windows build from appl directory (my_forth.zip) and same thing from Linux and Avra (from_linux.tar.gz) Hopefully these have some help making Amforth better. Best regards, Hannu Vuolasaho

Re: [Amforth] Compiling Amforth 4.9

2012-08-03 Thread Hannu Vuolasaho
o byte is added. done To get everything working some investigation should be done. However ATmega128 is quite old controller and no-one uses it. (except me) Best regards, Hannu Vuolasaho > Date: Thu, 2 Aug 2012 18:48:40 +0200 > From: ew.fo...@nas

[Amforth] Compiling Amforth 4.9

2012-08-01 Thread Hannu Vuolasaho
heck your .ORG directives ! <> make: *** [template.hex] Error 1 Now. What did I do wrong? Except been using Linux as desktop,,, I've tried to read amforth.pdf and follow those instructions but please someone point o

[Amforth] Forth documenting system?

2011-12-07 Thread Hannu Vuolasaho
orth. Has anyone had this problem before and how have you handled it? Best regards, Hannu Vuolasaho -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper i

Re: [Amforth] Release 4.4 tagged and published

2011-05-24 Thread Hannu Vuolasaho
But I'll give 4.4 a try when I have more time. Now I have some thing called life to live :) Best regards, Hannu Vuolasaho -- vRanger cuts backup time in half-while increa

Re: [Amforth-devel] Starting amforth

2011-04-09 Thread Hannu Vuolasaho
>>> Common constructs are: >>> : main ( -- ) begin ... key? until ; \ test for any key >>> : main ( -- ) begin ." ." 1000 ms key? dup if drop key $03 = then >>> until ; \ test ctrl-c >> >> OK. Now I don't understand. ." is for printing like ." Hello >> world!" If I've understood correct. What

Re: [Amforth-devel] Starting amforth

2011-04-09 Thread Hannu Vuolasaho
nt. I have confidense that I can find the answers from examples and trying things. Even one fool can ask more questions than hundred wise men can answer, I hope you don't feel I'm abusing this list. > > Am 08.04.2011 um 06:41 schrieb Hannu Vuolasaho: > >> Q: Is somewhere si

[Amforth-devel] Starting amforth

2011-04-07 Thread Hannu Vuolasaho
sted this since I noticed from archives that this was used to save power. Q: Can Amforth used as calculator? A: Instead of using dc to calculate time to next coffee break forth prompt over serial cable could be used for that. Or can it? Anyway all help is appreciated by this n