mozzwald Posted May 24, 2022 Author Share Posted May 24, 2022 For those who use SIO2BT Bluetooth enabled builds of FujiNet firmware, there is a new update available that brings in all the latest changes. When running the fujinet-flasher, it's the second firmware in the list: 0.5.24fbef77-SIO2BT Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 1 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted May 31, 2022 Author Share Posted May 31, 2022 A new firmware update is available from https://fujinet.online/download "version": "0.5.b28073ee", "version_date": "2022-05-31 02:48:41", "build_date": "2022-05-31 02:48:41", "description": "Fix JSON bug, replace MIDIMaze mode with UDPStream mode", "git_commit": "b28073ee", Fix bug in JSON parser Replace MIDIMaze mode with new UDP Stream mode The new UDP Stream mode expands the functionality of MIDIMaze mode. You can now open a UDP Port of your choosing to any hostname or ip address. This can be enabled via the web ui or from the new $F0 SIO Command for the Fuji Device $70. When this mode is enabled all serial data is sent out to the host/port via UDP packets and all received UDP packets are pushed back to the Atari. Any SIO command (triggered by the COMMAND line) will automatically turn this mode off and FujiNet will return to normal SIO processing. A good use case for this is fast action games. The idea for this change came from some experiments @tschak909 and I did over the weekend with the Atari Lynx where we successfully played a game of Rampart from roughly 2000 miles apart. Can't wait to see what you game devs can come up with for this. MIDIMaze mode will still work on port 5004 only. RTP MIDI typically uses port 5004 so I've reserved that port for MIDIMaze. MIDIMaze requires the CLK_IN line to be set so the SIO baud rate can be changed for MIDI data. When selecting a host and port 5004, this is automatically done on the FujiNet. Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 6 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted June 8, 2022 Author Share Posted June 8, 2022 A new firmware update is available from https://fujinet.online/download "version": "0.5.fd038d41", "version_date": "2022-06-05 01:37:38", "build_date": "2022-06-08 18:27:12", "description": "Fix HTTP auth bug, add UDPStream webui stop button", "git_commit": "fd038d41", "url": "https://fujinet.online/firmware/releases_atari/fujinet-ATARI-0.5.fd038d41.zip", "sha256": "c280c03dc92765942432f80a369f34601e999970925dbc3970f40544b28941a7" Fix HTTP auth bug. Thanks to @bocianu for finding it and @apc for the fix Add STOP button for UDPStream mode webui Correct/matching firmware version numbers this time, sorry! Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 2 2 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted August 28, 2022 Author Share Posted August 28, 2022 A new firmware update is available from https://fujinet.online/download "version": "2022-08-28 0.5.383dcb20", "version_date": "2022-08-28 17:02:02", "build_date": "2022-08-28 17:02:02", "description": "Increase HTTP Timeout", "git_commit": "383dcb20", "url": "https://fujinet.online/firmware/releases_atari/fujinet-ATARI-0.5.383dcb20.zip", "sha256": "4cd16599b431e6ecae69d87b92330471cdf96f82042af683e33e63beef7738a4" Increase HTTP Timeout, fixes FujiNews Reader FujiNet-Flasher now shows the date before version number in dropdown list Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 2 2 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted September 6, 2022 Author Share Posted September 6, 2022 I've updated the SIO2BT build which is now current with the post above. It's 2nd in the list of firmware available. "version": "2022-09-06 0.5.f3905ead-SIO2BT", "version_date": "2022-09-06 18:35:12", "build_date": "2022-09-06 18:35:12", "description": "Latest SIO2BT build, up to date with 383dcb20", "git_commit": "f3905ead", Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 2 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted October 4, 2022 Author Share Posted October 4, 2022 A new firmware update is available from https://fujinet.online/download "version": "0.5.393a4d49", "version_date": "2022-10-04 01:39:52", "build_date": "2022-10-04 01:39:52", "description": "RunCPM upgrade to 5.8, direct Console I/O Read under CP/M now works, fnjson fixes", "git_commit": "393a4d49", RunCPM Upgraded from 4.8 to 5.8 Direct Console I/O Read under CP/M now works correctly. (This makes the Vezza Z-Machine work correctly) fnJSON fixes, thanks DaBaDa79 Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 3 Quote Link to comment Share on other sites More sharing options...
tschak909 Posted October 12, 2022 Share Posted October 12, 2022 A new firmware update is available from https://fujinet.online/download "version": "0.5.7eb55adb", "version_date": "2022-10-12 22:13:00", "build_date": "2022-10-12 22:13:00", "description": "Support for High Score Enabled Games on Atari" As it says, Support for High Score Enabled games. You can see some on apps.irata.online in the /Atari 8-bit/Games/High Score Enabled/ folder. The web component is, for now, on http://scores.irata.online/ for these high score enabled games. You can see the changes to the ATR file header here: https://github.com/FujiNetWIFI/fujinet-platformio/wiki/High-Score-storage-for-Legacy-Games and you can get the source code to the web components, and a high-score-enable utility here: https://github.com/FujiNetWIFI/fujinet-high-scores as always... Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 2 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted November 5, 2022 Author Share Posted November 5, 2022 A new firmware update is available from https://fujinet.online/download "version": "2022-11-05 0.5.9f85f4e0", "version_date": "2022-11-05 18:51:47", "build_date": "2022-11-05 18:51:47", "description": "CONFIG rewrite and libssh upgrade", "git_commit": "9f85f4e0" New CONFIG rewrite using the cross platform code (fujinet-config-adam) and some enhancements thanks to @Schadret Please file any bug reports regarding CONFIG on github here or on AA here libssh2 has been replaced with the newer libssh so you can now ssh again with netcat thanks to @fenrock Please file any bug reports regarding libssh on github here or on AA here Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 2 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted November 6, 2022 Author Share Posted November 6, 2022 A new firmware update is available from https://fujinet.online/download "version": "0.5.c68d21b5", "version_date": "2022-11-06 22:59:06", "build_date": "2022-11-06 22:59:06", "description": "WiFi password & HiScore bug fix", "git_commit": "c68d21b5" CONFIG bug fix WiFi password length <> navigation High Score enabled games fix This and the previous firmware have been marked as BETA since they both contain the new CONFIG program which has not been completely tested. Keep the bug reports coming if you find one, thanks! Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 3 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted January 25 Author Share Posted January 25 A new firmware update and new FujiNet-Flasher is available from https://fujinet.online/download "version": "0.5.daf2015f", "version_date": "2023-01-25 02:12:26", "build_date": "2023-01-25 02:12:26", "description": "WiFi passphrase encryption. Apetime disable option in WebUI. Fixed CONFIG rewrite bugs. Change debug baud to 460800", "git_commit": "daf2015f" First, an updated FujiNet-Flasher is available for download. The latest firmware (and all firmware moving forward) will use a new baud rate of 460800 for debug output. Using the old flasher with new firmware will display garbage characters in the debug output window. The new flasher defaults to 460800 baud but you now have the option to change it. This is useful if flashing or testing an older firmware that uses 921600 baud. You can now also optionally flash a custom firmware zip file from your local filesystem in the gui. This would be used if a developer provides a testing/beta firmware that is not intended for mass release. The current FujiNet-Flasher version number is displayed at the top of the window. If a new update to the flasher is available, it will display a message indicating this. A known bug in the Windows flasher is that the text console will scroll backwards during the flash process due to an problem with the % remaining text. If you have any other issues with the new flasher, please report it to me in this thread. New FujiNet Firmware details: New option to disable Apetime in WebUI Debug baud rate change to 460800 Fix bugs introduced in CONFIG rewrite (graphical glitches, WiFi password bug) libssh implementation New option to encrypt the WiFi passhphrase in WebUI (more info here) and as usual, Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 5 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted January 30 Author Share Posted January 30 A new firmware update is available from https://fujinet.online/download "version": "0.5.13741956", "version_date": "2023-01-30 22:44:10", "build_date": "2023-01-30 22:44:10", "description": "Fix PDF Printer EOL. Word wrap HTML ATASCII printer", "git_commit": "13741956", Fix PDF Printer End Of Line Wrap text for HTML ATASCII Printer Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 3 Quote Link to comment Share on other sites More sharing options...
mozzwald Posted January 31 Author Share Posted January 31 I just uploaded a SIO2BT build which is up to date with the above fixes. "version": "2023-01-30 0.5.adfa332c-SIO2BT", "version_date": "2023-01-30 02:51:10", "build_date": "2023-01-30 02:51:10", "description": "SIO2BT Enabled Firmware up to date with master", Quote Link to comment Share on other sites More sharing options...
mozzwald Posted March 1 Author Share Posted March 1 A new firmware update is available from https://fujinet.online/download "version": "2023-02-26 0.5.83bae4a1", "version_date": "2023-02-26 22:53:27", "build_date": "2023-02-26 22:53:27", "description": "Fix Directory and VTOC for XEX files", "git_commit": "83bae4a1", You can now access a mounted XEX as a DOS 2 disk, so you can copy it. This feature had been implemented but never tested. It now works correctly. Apologies to those who tried to use it and wondered why it wasn't working Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat. 4 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.