Metadata-Version: 2.1 Name: SxTool Version: 1.1 Summary: Tool to manipulate SX files (S-records) such as s19 s28 and s37 files Home-page: https://github.com/bluebird75/sxtool Author: Philippe Fremy Author-email: phil.fremy@free.fr License: BSD Keywords: sxtool s19 s28 s37 Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Environment :: Win32 (MS Windows) Classifier: Environment :: X11 Applications :: Qt Classifier: Operating System :: MacOS :: MacOS X Classifier: Operating System :: Microsoft :: Windows Classifier: Topic :: Software Development :: Embedded Systems Classifier: Topic :: Utilities Requires-Python: >=3.5 Description-Content-Type: text/markdown Requires-Dist: pyqt5 (>=5.8) SxTool ====== SxTool is a very simple tool to work with dump files in ascii format, like S19, S28 and S37 formats. You can find specifications of those format at the following address: https://www.sbprojects.net/knowledge/fileformats/motorola.php The tool let you perform advanced operation on the file, while maintaining checksum, address and data consistency: - add lines, delete lines, split lines, merge lines - adjust address, change data, verify or recalculate checksum - flip the data bits, or XOR the data content It is released under GPL license. It was developed internally in a now defunct company. I am making it available to the public after a bit of clean-up and upgrade. SxTool was initially developed by Anthony Portier, Nicolas Chesné, Philippe Fremy and Gaël Pouger. Bug reports, improvement requests or praise should be managed on the GitHub repository https://github.com/bluebird75/sxtool or by email to phil.fremy at free.fr . Release History: ================ 2018-12-09: Version 1.1 ----------------------- - first release as Open Source software Installation ============ On Windows, the simplest is to download the zip files from the release page. It contains all the binaries needed to use SxTool. For other OS and alternatively for Windows, SxTool is distributed in pypi and may be installed simply with: pip install sxtool Screenshots =========== ![Screenshot1](screenshots/sxtool-screenshot1.png) ![Screenshot2](screenshots/sxtool-screenshot2.png) ![Screenshot3](screenshots/sxtool-screenshot3.png)