Commit Graph

32 Commits

Author SHA1 Message Date
EspoTek 4a65e06091 Single Endpoint Mode in place on all modes.
Former-commit-id: 7b01fa5eb6
2017-07-03 15:08:04 +10:00
EspoTek 46d19d227f Single endpoint working, as long as there's a single device!
Former-commit-id: 4db3949fe3
2017-07-03 12:32:31 +10:00
EspoTek a587ad9392 Android testing build
Former-commit-id: d54fd37fa5
2017-07-01 12:55:51 +10:00
EspoTek 5ddf4383b2 Android Initial Release
Former-commit-id: d192210b8c
2017-06-30 14:02:18 +10:00
EspoTek 1e0d7c8460 Capacitance ranging
Former-commit-id: 980a3b8736
2017-06-30 09:41:36 +10:00
EspoTek b6fca84c36 Capacitance meter correctly and accurately detects rise and fall times
Former-commit-id: 5f66ee2916
2017-06-29 10:29:38 +10:00
EspoTek 44901cd0b8 Inverse sample convert in place
Former-commit-id: 1a5bd9a5d7
2017-06-29 09:48:50 +10:00
EspoTek bf0999c291 Interface Smoothed Over, likes the new combo box now
Former-commit-id: 7451ae1a9e
2017-06-28 16:29:40 +10:00
EspoTek 1963dbf268 Multimeter R mode up and running on desktop.
Former-commit-id: 279eca0848
2017-06-28 14:39:26 +10:00
EspoTek 19859b6170 R measurement algorithm in place
Former-commit-id: da785e9004
2017-06-28 11:50:26 +10:00
EspoTek 7ed56b2055 Calibration in place. Maximum voltage is 12V.
Former-commit-id: f147bc346d
2017-06-26 11:12:00 +10:00
EspoTek 070d36d99b Caibration algorithm in pace but no user-friendy way of accessing it.
Former-commit-id: ee7aff7cf5
2017-06-26 10:19:04 +10:00
EspoTek 88797acf12 Recentreing in.
Former-commit-id: 445a301029
2017-06-22 14:49:50 +10:00
EspoTek 334d0d2f26 Towards calibration
Former-commit-id: 7c3ae61fe8
2017-06-22 14:05:37 +10:00
EspoTek bc436497a2 Android reinit fine as long as device doesn't reconnect before destructor called
Former-commit-id: 09e3568605
2017-06-19 16:23:17 +10:00
EspoTek 534c25212b Just got rid of the slight chance of missing the start bit...
Former-commit-id: 53e6388f4f
2017-05-28 19:53:31 +10:00
EspoTek f6a24bea7f Jitter detection in. Seems to be holding at 9600 baud
Former-commit-id: 9908cd2c43
2017-05-28 18:49:11 +10:00
EspoTek eef2e72fa6 Working, but with no jitter compensation. Handles 9600 baud streams OK, but with a glitch every 4 seconds.
Former-commit-id: f5a69c2adb
2017-05-28 17:26:16 +10:00
EspoTek a920105bd2 Doesn't halt in while() loop
Former-commit-id: a1075b97fd
2017-05-28 16:40:23 +10:00
EspoTek 23d5f0e5ee Deleted old code. Started new code.
Former-commit-id: 8bd771f02d
2017-05-28 16:34:53 +10:00
EspoTek c40c0e3263 Bugfix: CH2 was fetching singleBit samples on CH1 mode being == 2.
Former-commit-id: 9f6f5695fd
2017-05-25 11:34:58 +10:00
EspoTek 12b2761fd6 Mac fixes now no longer break Windows.
Former-commit-id: d8643a8ecd
2017-05-18 10:29:17 +10:00
EspoTek fb758ada39 "Jump to Bootloader" function added. No need to short pins to update FW.
Former-commit-id: 0a664fe482
2017-04-22 13:58:06 +10:00
EspoTek f44dbf7d55 Signal Gen CH2 shows disconnection when Logic Analyzer is turned on.
Former-commit-id: 5198eb261f
2017-04-09 15:43:28 +10:00
EspoTek 4fac994ca9 Fixed Multimeter not displaying
Former-commit-id: ac0dda3d91
2017-04-09 15:38:39 +10:00
EspoTek 5c158b6ee2 Added Firmware Version Function. Changed PID.
Former-commit-id: a8d8c6afa1
2017-04-09 13:58:40 +10:00
EspoTek 0537b6d57c Timing fixes
For Logic Analyzer CH2.


Former-commit-id: bda9baf5c1
2017-04-09 12:38:19 +10:00
EspoTek 5067d01166 Disconnect/Reconnect good now, 32-bit stops failing!
Fixed the 32-bit issue after first re-initialise by removing the OvlK
and IsoK reuse functions.  Perhaps this could be causing issues on Mac
OS X as well.
Next, changes were made to the reconnect/disconnect to prevent
(sometimes??) crashes in 32-bit mode, and also fix the "not updating
after reconnect" issue on x64.


Former-commit-id: e052a4d64e
2017-03-06 13:13:33 +11:00
EspoTek 2bd0b56ca8 Start of 32 bit release.
Some errors.


Former-commit-id: 7834933296
2017-03-02 18:55:45 +11:00
EspoTek 0d11aeaf79 Semi-sane Android Interface
Not polished, but usable.


Former-commit-id: 22020c5127
2017-02-22 13:17:48 +11:00
EspoTek 4b54fa1a89 Fixed up some more issues
Now crashing when FunctionGenControl procs.  Android returns fatal if
you try to write to an uninitialised pipe.


Former-commit-id: a1c45aff30
2017-02-19 14:11:06 +11:00
EspoTek f4c0f0d949 Android compiles and runs
Just not for very long...
Quits at loading _list.wfl


Former-commit-id: 52fc3aa15d
2017-02-18 16:00:55 +11:00