A new installer can be found on the Downloads Page that contains the ZBasic compiler v4.3.10, ZBasic Library v4.3.1, IDE v1.7.3 and updated documentation. The primary change is support for building applications for the ESP8266 IoT devices available from a variety of sources. At present, no special ZBasic license is required to build ESP8266 applications.
A supplemental manual, ZBasic for ESP8266 is available that describes new ZBasic System Library routines added specifically for the ESP8266. The manual also describes how ESP8266 applications are structurally different from typical ZBasic applications. This information will eventually be incorporated into the ZBasic Language Reference and ZBasic System Library manuals.
ZBasic code is provided for several example applications including TCP and UDP client, TCP and UDP server and an example of using a portion of Flash memory for a SPIFFS file system.
ZBasic v4.3.10 Supports ESP8266 IoT Devices
ZBasic v4.3.10 Supports ESP8266 IoT Devices
- Don Kinzer
ZBasic v4.3.10 Supports ESP8266 IoT Devices
That is a great idea Don! I wish I had time to work on it now, but it will have to wait.
Tom W
Tom W
There should be a sub-directory in the installation directory called Examples-ESP8266 that contains several projects.twesthoff wrote:Where are the example ESP8266 programs located?
You should copy the project files to a non-protected directory (one not in the "Program Files" tree) to avoid issues with shadow files.
- Don Kinzer