You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,5 @@ In the scripts the comments etc are lined up correctly when they are viewed in [
35
35
- `script_listing.py` - This will list all the files in the given directory, it will also go through all the subdirectories as well.
36
36
37
37
- `testlines.py` - This very simple script open a file and prints out 100 lines of whatever is set for the line variable.
38
+
39
+
- `serial_scanner.py` contains a method called ListAvailablePorts which returns a list with the names of the serial ports that are in use in our computer, this method works only on Linux and Windows (can be extended for mac osx). If no port is found, an empty list is returned.
0 commit comments