Scott Petersen
|
fa1eef5758
|
Initial rename.
|
11 years ago |
Scott Petersen
|
84b8249957
|
Added TODO note for increased shutdown speed of SocketDevice.
|
11 years ago |
Scott Petersen
|
ea06827f79
|
Added support for context manager.
|
11 years ago |
Scott Petersen
|
6723d81813
|
Made SSL force the handshake instead of waiting until communication occurs. This allows us to grab the config automatically in open.
|
11 years ago |
Scott Petersen
|
f91028539c
|
Refactored AD2Factory functionality into USBDevice.
|
11 years ago |
Scott Petersen
|
2f9d95e0ea
|
Updated event module to support kwargs.
|
11 years ago |
Scott Petersen
|
b808015e4c
|
USBDevice: now closing device before releasing it to the kernel.
|
11 years ago |
Scott Petersen
|
8ef1c250c9
|
Reworked USBDevice constructor so that it makes more sense and actually functions correctly.
|
11 years ago |
Scott Petersen
|
02f803ea84
|
Documentation fixes.
|
11 years ago |
Scott Petersen
|
805efa32c3
|
Import consistency. Refactored Overseer as AD2Factory.
|
11 years ago |
Scott Petersen
|
6f84c2f5c9
|
Cleanup
|
11 years ago |
Scott Petersen
|
3ad13539d8
|
More naming changes.
|
11 years ago |
Scott Petersen
|
b4ec42ffd1
|
Bugfixes, naming changes, error handling.
|
11 years ago |
Scott Petersen
|
9aaef92cd9
|
Moved pyad2usb to pyad2
|
11 years ago |
Scott Petersen
|
0f24cb3c5d
|
Standardized on a single argument for events for now.
|
11 years ago |
Scott Petersen
|
ccc3635d01
|
Cleanup.
|
11 years ago |
Scott Petersen
|
613fa5de2f
|
Can now use key/cert from memory in addition to from a file path.
|
11 years ago |
Scott Petersen
|
3a04c94265
|
Interface consistency changes. Properties. Cleanup.
|
11 years ago |
Scott Petersen
|
e49583d1af
|
Made close() generic. Added ssl property to SocketDevice. Cleanup.
|
11 years ago |
Scott Petersen
|
b420268d21
|
Removed ignored SSL verify flags.
|
11 years ago |
Scott Petersen
|
1855931838
|
Improving exception handling.
|
11 years ago |
Scott Petersen
|
34932944b1
|
Docs, typos.
|
11 years ago |
Scott Petersen
|
00bff7bc2e
|
Roughed in some initial SSL support.
|
11 years ago |
Scott Petersen
|
09cffe0279
|
sphinx docs
|
11 years ago |
Scott Petersen
|
e0b29e3635
|
Consistency changes.
|
11 years ago |
Scott Petersen
|
d30d657cf0
|
Exception handling. Consistency changes. Docs.
|
11 years ago |
Scott Petersen
|
4c9258c6f2
|
Removed unnecessary sleeps. Added ability to purge buffer when calling read_line.
|
11 years ago |
Scott Petersen
|
39da4e9437
|
Clearing buffers on error.
|
11 years ago |
Scott Petersen
|
716927aefb
|
Fixed a couple issues so the previous rework will function. Test code.
|
11 years ago |
Scott Petersen
|
f805f50732
|
Moved some stuff to the base class. Cleanup and consistency changes.
|
11 years ago |
Scott Petersen
|
ec13e78af1
|
Removed temp tracebacks and made exceptions consistent in device open calls.
|
11 years ago |
Scott Petersen
|
5b6ef33533
|
Write timeout.
|
11 years ago |
Scott Petersen
|
11e1735820
|
Fixed a potential timer issue.
|
11 years ago |
Scott Petersen
|
b954910b08
|
Terrible commit message that I couldn't even determine what it was supposed to mean. Not that this one is better, but at least it has no cursing.
|
11 years ago |
Scott Petersen
|
b41798a059
|
Trying this another fuck.
|
11 years ago |
Scott Petersen
|
7e65264e15
|
Oops, forgot the exception.
|
11 years ago |
Scott Petersen
|
5799486897
|
Reworked read_line timeouts to be a bit more efficient.
|
11 years ago |
Scott Petersen
|
714feeb145
|
Time tweak..
|
11 years ago |
Scott Petersen
|
2b068bfc8a
|
Fixed strange issue with the baudrate and this mos7840 device.
|
11 years ago |
Scott Petersen
|
2f3a8590a3
|
Fixed exception from SerialDevice when writing
|
11 years ago |
Scott Petersen
|
9841bbe9b5
|
Missing exception
|
11 years ago |
Scott Petersen
|
aa1a64b5f3
|
Missing ID.
|
11 years ago |
Scott Petersen
|
bb8e57cf8d
|
Added support for using grep to search for serial devices.
|
11 years ago |
Scott Petersen
|
e2b91dea05
|
Fixed ids.
|
11 years ago |
Scott Petersen
|
5e3d0ec252
|
Added _id to devices.
|
11 years ago |
Scott Petersen
|
f4c8da7ca9
|
Oops.
|
11 years ago |
Scott Petersen
|
8f1e3e74b9
|
Added no_reader_thread options to open to facilitate easier usage.
|
11 years ago |
Scott Petersen
|
3082466c24
|
More error handling.
|
11 years ago |
Scott Petersen
|
ce09d6d4e6
|
Renamed _socket to _device for consistencys sake
|
11 years ago |
Scott Petersen
|
260a59151b
|
Bit of cleanup
|
11 years ago |