I am trying to use pb in a rs485 environment and have 2 questions.
1. Opened com port with option "rs" specified.
Does this disable the functionality?
aka: rts does not change states (on, off) before,
during and after transmission of data?
2. Is "print #n" blocking?
aka: program control returns after data completely sent?
Thanks
Ed
------------------
1. Opened com port with option "rs" specified.
Does this disable the functionality?
aka: rts does not change states (on, off) before,
during and after transmission of data?
2. Is "print #n" blocking?
aka: program control returns after data completely sent?
Thanks
Ed
------------------
Comment