Fixes:
- Ensure Data Terminal Ready (DTR) is asserted on serial connection for Windows compatibility
Fixes:
- Handling reconnection of serial connection by dropping appropriately
- Updating workflow to generate multiple binaries used by VSCode tools
Allow checking of version
Changed:
- Version now shows in help dialogue
- Version now shows with -v command
Fixing panic condition for platforms that don't support libusb
Changed:
- Removed/replaced panic! with eprintln!
- Moved Done! print out
Allowing to put select devices into bootloader mode
Changed:
- nRF9160 Feather can now be placed into bootloader mode via this CLI util.
Allowing for writing to serial session.
Changed:
- Monitoring stdin and allowing write of string to device
Fixing issue where not all characters are printed
Changed:
- Use of raw buffers rather than "lines" since not all data returned will be a nice null terminated or \n string
Option to save to file.
Added:
- Option to save output to file as well.
Opening serial port.
- Opening of serial port
- Following of serial port if it gets disconnected.
Initial release.
- List functionality directly to JSON for easy parsing.