diff --git a/RNS/Interfaces/Android/RNodeInterface.py b/RNS/Interfaces/Android/RNodeInterface.py index 023f653..0a94e27 100644 --- a/RNS/Interfaces/Android/RNodeInterface.py +++ b/RNS/Interfaces/Android/RNodeInterface.py @@ -282,7 +282,7 @@ class RNodeInterface(Interface): serial.timeout = 0.1 elif vid == 0x10C4: # Hardware parameters for SiLabs CP210x @ 115200 baud - serial.DEFAULT_READ_BUFFER_SIZE = 64 + serial.DEFAULT_READ_BUFFER_SIZE = 64 serial.USB_READ_TIMEOUT_MILLIS = 12 serial.timeout = 0.012 elif vid == 0x1A86 and pid == 0x55D4: diff --git a/RNS/Utilities/rnodeconf.py b/RNS/Utilities/rnodeconf.py index e0a4095..e2fc977 100644 --- a/RNS/Utilities/rnodeconf.py +++ b/RNS/Utilities/rnodeconf.py @@ -1073,7 +1073,7 @@ def main(): print(" ["+str(pi)+"] "+str(port.device)+" ("+str(port.product)+", "+str(port.serial_number)+")") pi += 1 - print("\nWhat serial port is your device connected to? ", end="") + print("\nEnter the number of the serial port your device is connected to: ", end="") try: c_port = int(input()) if c_port < 1 or c_port > len(ports): diff --git a/RNS/_version.py b/RNS/_version.py index df12433..f6b7e26 100644 --- a/RNS/_version.py +++ b/RNS/_version.py @@ -1 +1 @@ -__version__ = "0.4.2" +__version__ = "0.4.3"