diff --git a/Serial.py b/SerialLibrary.py similarity index 99% rename from Serial.py rename to SerialLibrary.py index 9c3cb63..23d79db 100644 --- a/Serial.py +++ b/SerialLibrary.py @@ -27,7 +27,7 @@ class PySerialError(Exception): """Represents the Serial exceptions""" -class Serial: +class SerialLibrary: """ Library for interacting with serial devices.