ljean / modbus-tk

Create Modbus app easily with Python
Other
566 stars 212 forks source link

Send status to terminal #129

Open JorgeGoncalves1 opened 4 years ago

JorgeGoncalves1 commented 4 years ago

How can I remove this output from terminal?

2020-07-27 23:30:19,069 INFO modbus_rtu.init MainThread RtuMaster /dev/serial0 is opened

This happen during this Line:

master = modbus_rtu.RtuMaster( serial.Serial(port=PORT, baudrate=9600, bytesize=8, parity='N', stopbits=1, xonxoff=0) )

Regards