tokenize delimiter: "\xAA" # See the page on Tokenisation
delay between_sends: 200, on_receive: 100
queue_priority default: 50, bonus: 20
clear_queue_on_disconnect!
flush_buffer_on_disconnect!
before_transmit :run_function
def run_function(data, command)
# You can modify the data at the last minute here.
# A request in the queue might require an update before sending.
# Example: https://github.com/acaprojects/aca-device-modules/blob/master/modules/panasonic/projector/tcp.rb
# For make break connections, in milliseconds