B4R Question Arduino emulator

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
Arduino has an emulator that can be used with B4R like android emulador with B4A ?
 

coslad

Well-Known Member
Licensed User
Longtime User
If you need only emulator , you can use

http://www.virtualbreadboard.com/

or one of hundreds arduino emulators , but you can not do the inline debug becouse you have to load inside of emulator the "C" source code generated from B4R , you can find that folder inside the object folder .
 
Upvote 0

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
If you need only emulator , you can use

http://www.virtualbreadboard.com/

or one of hundreds arduino emulators , but you can not do the inline debug becouse you have to load inside of emulator the "C" source code generated from B4R , you can find that folder inside the object folder .


Hi,

Just to confirm. Can I emulate a simple project (for example one Arduino controlling 3 LEDS ) and create the code with B4R and test on emulator ?

Thank you.
 
Upvote 0
Top