- bin2mot converts a binary file to a motorola s-record textfile.
- mot2bin converts a motorola s-record textfile to a binary file.
This tool is a new implementation for Win32 API and Linux. It replaces old DOS based Win16 tool.
Follow bin2mot_mot2bin
You Might Also Like
Red Hat Enterprise Linux on Microsoft Azure
Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
Rate This Project
Login To Rate This Project
User Reviews
-
Great initiative! Some comments: The command line parameters are not 100% compatible with the old original version. In the old version you could add the input file before the parameter switches. The old version also used the complete bin file if you didn't specify it's size. This version sets the input size to zero of you don't set the -L flag.