Multiple times send

Multiple serial packets send

It may have happened that you need to send the same buffer in Hexadecimal or ASCII format to make a debugging of your platform.
If you manually carry this operation it is stressful leads to possible errors. At the same time you might need to keep a specific timing between every each send of a serial buffer.
SerialTool can do it for you automatically. Free version can send up to 9 packets in HEX or ASCII format at a set delay time from one packet to the other.

Timed multiple send of serial buffer.

Multiple times buffer send can be a super usefull swiss knife to debug you application and check the robustness of your target device.
During development you might face byte loss and you cannot really figure out the reason why this happens. You might need to dig deeper and find exactly where you bug is.
You often need to check the limits of your application that uses a Serial communication port in terms of timing especially when it goes down to very tiny timeouts. This is the reason why you need to have a timed sending in milliseconds which you can hardly achive by a manual send or button click.
There ain't nothing worse than loosing bytes in an embedded application maybe due to a buffer overflow or a timing issues.
SerialTool offers you to possibilty to perform a deep test on your Serial communication. PRO version of SerialTool can handle a limitless number of send of the same packet and counts each one of it to double check on the receiver side if the number of sent and received packets match.
Making a deep and accurate test on serial communication by stressing the receiver for maybe 12 hours may save a lot of time and money in terms of developing time and possible damages claims.
SerialTool is designed for professional users to limit possible flows at design time at prevent accidental mistakes after deployment of a product.
It is worth to say better safe than sorry: experience talks.

Pause, Resume and stop

SerialTool also allows you to pause the packet sending, resume and stop it at any time. An real time counter will guide you showing the sent and remaining packets.

Multiple Timed Buffer send.