Closed tttogasawara closed 3 years ago
I found a problem that EOS characters will send for every 128 characters when sending long commands.
In AR488.ino, line 2548 if (!err) { sould be if (!err && !dataBufferFull) {
Please confirm.
Thank you for the report. I will check it out.
UPDATE: I agree with your assessment. I will make this correction to the next release. Thank you.
Thank you for your support.
I found a problem that EOS characters will send for every 128 characters when sending long commands.
In AR488.ino, line 2548 if (!err) { sould be if (!err && !dataBufferFull) {
Please confirm.