Hi guys:
I wrote a front end application for printer. To complete this project I need to perform reliable interface to the print board. It works for initialization set of commands (~12 of them) but when I'm sending G-Code lines to print the interface crashing. At the moment I don't see any synchronization messages from the board. In my understanding there is limited commands buffer and I'm trying not to exceed this numbers.
When command being sent and accepted by printboard it responds by "OK" message. When sent command is not accepted there is no OK message. At the moment I'm re-sending the same command and finally the whole interface crashes.
If you know how to reliably interface to the printboard I will appreciate your help.
Best,
Oleg