Releases: c0pperdragon/EV3Basic
Bugfix release
The new WiFi feature did not store the bricks IP when the directory "AppData/Roaming/EV3Basic" did not already exist. So the user always had to manually enter the IP at every startup.
WiFi support
Added the possibility to connect from EV3Basic to the brick via a WiFi network.
Bugfix Release
The command Motor.MoveSync was still inconsistently named Motor.MoveSynchronized and was even broken in the compiler for "brick mode".
Bugfix release
Fixes in "brick mode":
Operators "-" and "+" were not always evaluated left-to-right
Writing to text array caused array to be truncated after written element.
Naming of synchronized motor commands was wrong (...Synchronized instead of just ...Sync)
New expert feature for "PC mode":
Programs can request to bunch up multiple commands before sending to brick in a single transmission.
Mailbox, new Motor API
Features:
Brick-to-brick communication via Bluetooth
Better support for multiple connected bricks
Simplified Motor control commands (see manual for changes)
Now with Windows Installer Package
Use a windows installer package instead of .zip files to avoid the trouble with execution being blocked by Microsoft Small Basic 1.1.
Various small bugfixes concerning LCD.BmpFile(), Speaker.Play()
Bugfix release
Rebuilt the corrupted ev3extension that did not work with Small Basic 1.1 after all.
Fixed a compiler bug that caused programs with complex boolean expressions to go into an endless loop.
Bluetooth Support
This version allows wireless communication from the PC to the EV3 using bluetooth.
The EV3-extension is now compatible with Microsoft Small Basic 1.1.
With full API documentation
Added an API documentation file which was largely generated from the intellisense documentation, including a getting-started guide.
File System Access
Support for access to the brick's file system.
Minor bugfixes and documentation improvements.