- Connect the console when a command is run and it's not connected (in missing commands)
- Minor code improvement writing code in a file
- Bug fix cleaning a retrieved line
- Added feedback in the statusbar while the command is running
- Runs selected code (Issue: #4)
- Opens the console when a command is ran it's closed
- Make sure to always download the given file, even if it already exists
- pyboard has been renamed and refactorized to repl to organize and improve the way to work with the device
- Absolute path in make and remove folder was removed to improve the compatibility with more devices and firmwares.
- Added more feedback when there is a problem opening the console or a problem running a command.
- The sync functions shows the name of the file retrieving in realtime.
- New --close command
- make the write console command only available when there is a port connected removed stablish connection.
- The main serial instance is passed to sampy to avoid multiples connect and disconnect, it may solve a problem in Linux dtr and rts are disabled before make the connection in the serial port to fix a problem with linux
- Workaround to remove the status bar color, when it wasn't closed before exit from ST
- Show a red color in the status bar when the serial instance is destroyed/closed
- Fix serial listener after run a sampy command
- Fix destroying serial session when console window is closed
- Linux serial fixes
- Fixed --help command
- Other minor bug fixes
- First implementation to show a color in the status bar when a serial connection is established in a port
- When the console is closed, it will destroy/close the group panel if it's empty
- Fix bug make not work all commands except for "sampy run" introduced in /~https://github.com/gepd/uPiotMicroPythonTool/commit/6ceba526b00f3812b4e64d9ae0f0187cbaaae9a2
- Fixed --help command
- Command to send a cancel string (\x03) through the serial port including a shortcut (ctrl+shift+c).
- Avoid to send empty string to the console when it's waiting for new data
- Activate the window console each time it's open or called from a sampy command.
- Warn the user to restart ST after uPiot is updated.
- 'sampy run' will now display the output in realtime.
- Removed hardcoded strings to burn the firmware in other boards.
- Fix console call when multiples boards are connected (Issue: #1).
- Display an error when the serial port is busy.
- Display an error when serial port loses the connection.
- Clear serial input and output before listen new data to avoid undesirable characters.
- Fixed problem to enter to the raw REPL when the board has just been connected.
- Fix github url in console header.
- First alpha release