Skip to content

Commit 8161c24

Browse files
committed
added serial_scanner description
1 parent 6d6c466 commit 8161c24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ In the scripts the comments etc are lined up correctly when they are viewed in [
3535
- `script_listing.py` - This will list all the files in the given directory, it will also go through all the subdirectories as well.
3636

3737
- `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

Comments
 (0)