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
> 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
>>
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
---
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
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-
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
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
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
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
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
I got amfort-shell running
as error messages weren't that informative when
running under python 3.
Best regards,
Hannu Vuolasaho
--
efile magic, but if someone has time to play
with the build process.
Best regards,
Hannu Vuolasaho
--
___
Amforth-devel mailing list for
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
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
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
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
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
>
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
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
--
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
gards,
Hannu Vuolasaho
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced prof
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
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
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
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
-> 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
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
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
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
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
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
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
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
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
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
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
>>> 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
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
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
39 matches
Mail list logo