.send Method
Function: |
For the selected serial port (selection is made through ser.num), commits (allows sending) the data that was previously saved into the TX buffer using the ser.setdata method. |
Syntax: |
ser.send |
Returns: |
--- |
See Also: |
Details
You can monitor the sending progress by checking the ser.txlen property or using the ser.notifysent method and the on_ser_data_sent event.