RS232 - Basic Questions

  1. When activating “Do Send” utilizing a simple Bang, does it mean that the input is being sent over and over again in the set speed (baud rate) as long as the current frame (and so the duration of the Bang) lasts?
    Or does it only react to the Bang’s edge-up?

  2. How do I avoid accidentally retriggering data before it has been transmitted completely? Could that happen at all or is “Do Send” being blocked while still sending?

its simpler:

if “Do Send” is 1 in one frame, the data string gets sent.

if sending takes longer, the frame is longer.

thats also the reason why the current version of the RS232 typically slows down the patch quite a lot.

Ah! Thanks :)