We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef4d908 + 7e71acd commit 93da3cfCopy full SHA for 93da3cf
1 file changed
uc2rest/mserial.py
@@ -1,11 +1,11 @@
1
import serial
2
-from serial.tools import list_ports
3
import json
4
import queue
5
import threading
6
import time
7
import sys
8
try:
+ from serial.tools import list_ports
9
from serial.serialutil import SerialException
10
IS_SERIAL = True
11
except ImportError:
0 commit comments