Quantcast
Channel: MultiTech Developer Resources » All Posts
Viewing all articles
Browse latest Browse all 7111

Reply To: problem with low votage

$
0
0

Hi Mike,
if i got send error, do i need to do something if i want to send it again?
(add delay, clear buffer, init something??)
if i have 3 send errors in a row, i do this: dot->resetCpu() but it is drastic!!!

Ack_timer.start();
while ((_dot->getIsIdle() == false) && (Ack_timer.read_ms() < timeout));
Ack_timer.stop();
Ack_timer.reset();
if (_dot->getIsIdle())
{
status = _dot->send(SendVector,false);
if (status == mDot::MDOT_OK)
…..
}

regards,


Viewing all articles
Browse latest Browse all 7111