Twilight-Logic / AR488

AR488 Arduino GPIB Interface
GNU General Public License v3.0
215 stars 62 forks source link

Problems with sending long commands #18

Closed tttogasawara closed 3 years ago

tttogasawara commented 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.

Twilight-Logic commented 3 years ago

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.

tttogasawara commented 3 years ago

Thank you for your support.