Closed bessman closed 4 months ago
This pull request adds a new method send_long
to the SerialHandler
class in the pslab/serial_handler.py
file. The method is implemented using the existing _send
method with a size parameter of 4, and it is wrapped using update_wrapper
for consistency with other send methods.
Summary by Sourcery
This pull request adds a new method, SerialHandler.send_long, to the SerialHandler class, enabling the sending of 4-byte data.