MachiKania type P ver 1.3.0 was released on 9/30/2023.
- WEATHER.BAS (get weather forecast from web), HDEAMON.BAS (construct web server) were added as a sample program.
- Added HTTPD (construct HTTP deamon), IR_RX (IR receiver), IR_TX (IR transmitter), JSON (analyze JSON string) and WGET (web browsing) to the class library.
- Added support for WiFi connection using Raspberry Pi Pico W. Following statements/functions are added: DNS$(), IFCONFIG$(), NTP, TCPACCEPT(), TCPCLIENT, TCPCLOSE, TCPRECEIVE, TCPSEND, TCPSERVER, TCPSTATUS, TLSCLIENT, WIFIERR(), WIFIERR$()
- Fixed a bug in GCOLOR() function.
- Fixed a key input bug with some USB keyboards.
- FGETC() function returns -1 when EOF.
- Supported XIAO RP2040, RP2040-Zero, and Tiny-2040 for embedding.
- SPI ports can now be specified in the INI file.
- Fixed a bug when the third argument of SERIAL statement is omitted.
- Exceptions are now trapped and displayed on the screen.
- Fixed a bug that CORETIMER starts to fail about 2000 seconds after power-on.
- Support ILI9488.
- Support RTC(Real Time Clock). Follosing statement/functions are added: GETTIME$(), SETTIME. STRFTIME$()
- Supports date/time setting when saving files.
- Supports RTC setting by NTP server.
- Supports turning on/off the LEDs attached to the board by calling SYSTEM 201.
- Fixed a memory allocation bug.
- Fixed a garbage collection bug when using file-related commands such as FREMOVE/SETDIR.
- Improved stability of the WAVE player.
- Fixed a static method call bug in a class.
- Three functions, FFINGD$(), FINFO(), and FINFO$(), are added. Enabled to create file list.
- Fixed a compile-time bug when the REM statement contains double quotation.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.