Skip to content

Releases: c0pperdragon/EV3Basic

Bugfix release

17 Jun 07:31
Compare
Choose a tag to compare

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

16 Jun 20:50
Compare
Choose a tag to compare

Added the possibility to connect from EV3Basic to the brick via a WiFi network.

Bugfix Release

08 Jun 08:37
Compare
Choose a tag to compare

The command Motor.MoveSync was still inconsistently named Motor.MoveSynchronized and was even broken in the compiler for "brick mode".

Bugfix release

28 May 14:36
Compare
Choose a tag to compare

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

11 May 10:01
Compare
Choose a tag to compare

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

24 Apr 20:25
Compare
Choose a tag to compare

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

13 Apr 22:18
Compare
Choose a tag to compare

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

06 Apr 17:28
Compare
Choose a tag to compare

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

24 Mar 22:48
Compare
Choose a tag to compare

Added an API documentation file which was largely generated from the intellisense documentation, including a getting-started guide.

File System Access

16 Mar 23:18
Compare
Choose a tag to compare
File System Access Pre-release
Pre-release

Support for access to the brick's file system.
Minor bugfixes and documentation improvements.