threaded: rename SerialPortWorker -> ReaderThread
diff --git a/examples/at_protocol.py b/examples/at_protocol.py
index d9e881b..a3ccdfd 100644
--- a/examples/at_protocol.py
+++ b/examples/at_protocol.py
@@ -148,7 +148,7 @@
ser = serial.serial_for_url('spy://COM1', baudrate=115200, timeout=1)
#~ ser = serial.Serial('COM1', baudrate=115200, timeout=1)
- with serial.threaded.SerialPortWorker(ser, PAN1322) as bt_module:
+ with serial.threaded.ReaderThread(ser, PAN1322) as bt_module:
bt_module.reset()
print("reset OK")
print("MAC address is", bt_module.get_mac_address())