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
Deleting device on close.
pyserial_fix
Scott Petersen
11 years ago
parent
e0b29e3635
commit
8a9900f501
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
pyad2usb/ad2usb.py
+ 1
- 0
pyad2usb/ad2usb.py
View File
@@ -212,6 +212,7 @@ class AD2USB(object):
Closes the device.
"""
self._device.close()
del self._device
self._device = None
def get_config(self):
Write
Preview
Loading…
Cancel
Save