This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
alarmdecoder
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Formatting.
pyserial_fix
Scott Petersen
11 years ago
parent
0e0ef9273c
commit
54d5b0e1fc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
sslterm.py
+ 1
- 1
sslterm.py
View File
@@ -30,8 +30,8 @@ def main():
while running:
ifh, ofh, efh = select.select([sys.stdin, dev._device], [], [], 0)
for h in ifh:
for h in ifh:
if h == sys.stdin:
data = h.read(1)
Write
Preview
Loading…
Cancel
Save