BASIC for Microcontroller Programmers

aeric

Expert
Licensed User
Longtime User

I didn’t know some microcontroller programmers would prefer BASIC. I thought most of them like more low level programming like ASSEMBLER.
 

JohnC

Expert
Licensed User
Longtime User

hatzisn

Expert
Licensed User
Longtime User
@aeric I would say translate because even saying interpret it means that it executes the commands. Then the translated code is compiled to machine code by the Arduino software understandable by the microcontrollers. What do you care though. It is a perfect and easy environment for developing applications which can run in a wide variety of microcontrollers provided by the Arduino. Further more the B4X universe provides you with easy ways to communicate between MCUs, Android, iOS, desktop computers and Radpberry Pi. I don't know any other tool which is able of doing all these.
 

aeric

Expert
Licensed User
Longtime User
@aeric I would say translate because even saying interpret it means that it executes the commands. Then the translated code is compiled to machine code by the Arduino software understandable by the microcontrollers. What do you care though. It is a perfect and easy environment for developing applications which can run in a wide variety of microcontrollers provided by the Arduino. Further more the B4X universe provides you with easy ways to communicate between MCUs, Android, iOS, desktop computers and Radpberry Pi. I don't know any other tool which is able of doing all these.
Thanks for the answer. I hope I would find some time in the future to explore the circuit programming. For now I am much happy playing with B4J. I just successfully make the VFD display some text. I definitely very interested to get my hands on some Rasberry Pi or Arduinos.
 

techknight

Well-Known Member
Licensed User
Longtime User

I didn’t know some microcontroller programmers would prefer BASIC. I thought most of them like more low level programming like ASSEMBLER.

I actively use BASCOM-AVR which works great for the Atmel AVR microcontroller in our professional product line. Now I have gotten more familiar with C lately, I may switch down the line but for now it does what I need it to do.
 
Top