BleuIO Firmware Update v2.7.9.6 – Secure Your AUTOEXEC List with Password Protection
September 8, 2025
We are happy to announce the release of BleuIO firmware v2.7.9.6.
This update brings an important new feature designed to make your device more secure: password protection for the AUTOEXEC list.
With this functionality, you can lock your AUTOEXEC list using a password. Once locked, no one can read, modify, or delete the commands inside unless they enter the correct password. The password will remain active even after power cycles, ensuring your setup stays protected. Please note that updating the firmware to a different version will clear the password.
What’s New in v2.7.9.6
Added Functionality
- Ability to lock the AUTOEXEC list with a password.
- Password protection persists through power cycles.
- Updating firmware to another version will clear the password.
New Commands
We’ve introduced three new AT commands to manage this feature:
- AT+SETAUTOEXECPWD
- Create or change a password for the AUTOEXEC list.Requires the old password if you want to change it.Maximum length: 255 ASCII characters.
AT+SETAUTOEXECPWD=my_password
- AT+ENTERAUTOEXECPWD
- Used to enter the password when prompted.Grants access to locked commands.
- AT+CLRAUTOEXECPWD
- Clears the existing password (requires entering the password first).Returns the AUTOEXEC list to an unprotected state.
How to Use the New Feature
The recommended way to use this functionality is:
- Add commands to your AUTOEXEC list as usual.
- Lock the list by setting a password with AT+SETAUTOEXECPWD.
- If you need to make changes later:
- Use AT+CLRAUTOEXECPWD to remove the password.
- Modify your AUTOEXEC list.
- Lock it again using AT+SETAUTOEXECPWD.
When a password is set, the following commands will require authentication first:
- AT+CLRAUTOEXECPWD
- AT+SETAUTOEXECPWD
- AT+AUTOEXEC
- AT+AUTOEXECLOOP
- AT+CLRAUTOEXEC
Why This Matters
The AUTOEXEC list is a powerful tool that allows you to automate commands when your BleuIO dongle starts up. By adding password protection, you ensure that only authorized users can view or change these startup configurations. This is especially important in production environments where security and stability are critical.
Update Today
We encourage all users to update to v2.7.9.6 to take advantage of this new security feature.
For full release notes and instructions, visit our documentation page.