Explanation
This is a program that executes the sampling of infinite transfer.
Input a number of the menu list for selecting the menu.
The menu is arranged by executing sequence.
The sampling data is written to "infinite.txt".
The data is appended into this file.
Supplement
"Overrun Error!" may be displayed in transferring.
It expresses that the data is invalid which is written to buffer more than once time after last performance "DioDmGetCount()".
Data transfer is continuing, but data are not written to file.
In this case, you try to increase the buffer size.
Execution example
py infinite.py
Execution screen