070312-0958 EST USA
Jerrytool:
What does the beginning and end of a program look like?
For example:
%
O0030
(a first comment maybe)
(is there a : instead of the letter O in the program name)
then program stuff
M30
%
Your dump from the CNC to the computer should tell you if this is the required structure.
If this is the structure, then create a program like this:
%
O0100
(X)
M30
%
This is 13 characters plus carriage returns and line feeds. Try sending at 1200 baud. See if this will load. It might be small enough to avoid any buffer problems.
What if any error messages occur with this?
. |