[Gambas-user] PLC programming with gambas3 IDE
Mike Crean
mike.crean at y7mail.com
Mon Feb 7 03:57:02 CET 2022
If you want a BASIC compiler for Arduino there is Bascom AVR
RegardsMike
On Monday, 7 February 2022, 08:29:05 am AWST, Jussi Lahtinen <jussi.lahtinen at gmail.com> wrote:
That is, the IDE "makes" C source code and then compiles it.
So, if it is possible to get hold of this C code, it would be possible,
Set GB_JIT_DEBUG = 1 and you will see how JIT compiles the generated code and where the code is.
The generated code is very much married to the interpreter. I think it is much easier to translate the code by hand,than to use it.
You right, using C is the best option, but is not the unique way to
programing a controller. There are several alternative IDE's to program
an Arduino board, some of them in visual form.
https://www.controllino.com/software/
Visual IDEs are only for PLCs (if they are usable), others are using C.
Jussi
----[ http://gambaswiki.org/wiki/doc/netiquette ]----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220207/4af8b458/attachment.htm>
More information about the User
mailing list