43 Commits

Author SHA1 Message Date
EspoTek
6eba14054b Version 1.0. Fixed most of the bad bugs 2017-07-13 19:50:30 +10:00
EspoTek
6f3d0b19ac Better Android compatibility, has firmware 3 (but doesn't yet require) 2017-07-13 15:41:47 +10:00
EspoTek
31f4b1621e Libdfuprog android fixed 2017-07-13 13:35:55 +10:00
EspoTek
755ff352ec Android assets added. 2017-07-13 09:18:44 +10:00
EspoTek
5cb4351466 Tried libdfuprog fixes, didn't work. 2017-07-10 07:38:17 +10:00
EspoTek
6afd41de34 Firmware flashing in Windows 2017-07-09 12:47:41 +10:00
EspoTek
83966a3017 Settings in place 2017-07-09 11:08:31 +10:00
EspoTek
7b01fa5eb6 Single Endpoint Mode in place on all modes. 2017-07-03 15:08:04 +10:00
EspoTek
4db3949fe3 Single endpoint working, as long as there's a single device! 2017-07-03 12:32:31 +10:00
EspoTek
d54fd37fa5 Android testing build 2017-07-01 12:55:51 +10:00
EspoTek
d192210b8c Android Initial Release 2017-06-30 14:02:18 +10:00
EspoTek
980a3b8736 Capacitance ranging 2017-06-30 09:41:36 +10:00
EspoTek
5f66ee2916 Capacitance meter correctly and accurately detects rise and fall times 2017-06-29 10:29:38 +10:00
EspoTek
1a5bd9a5d7 Inverse sample convert in place 2017-06-29 09:48:50 +10:00
EspoTek
7451ae1a9e Interface Smoothed Over, likes the new combo box now 2017-06-28 16:29:40 +10:00
EspoTek
279eca0848 Multimeter R mode up and running on desktop. 2017-06-28 14:39:26 +10:00
EspoTek
da785e9004 R measurement algorithm in place 2017-06-28 11:50:26 +10:00
EspoTek
f147bc346d Calibration in place. Maximum voltage is 12V. 2017-06-26 11:12:00 +10:00
EspoTek
ee7aff7cf5 Caibration algorithm in pace but no user-friendy way of accessing it. 2017-06-26 10:19:04 +10:00
EspoTek
445a301029 Recentreing in. 2017-06-22 14:49:50 +10:00
EspoTek
7c3ae61fe8 Towards calibration 2017-06-22 14:05:37 +10:00
EspoTek
09e3568605 Android reinit fine as long as device doesn't reconnect before destructor called 2017-06-19 16:23:17 +10:00
EspoTek
53e6388f4f Just got rid of the slight chance of missing the start bit... 2017-05-28 19:53:31 +10:00
EspoTek
5320d6abf7 Changed jitter compensation to occur every character. Smooth as butter, even at 115200. :) 2017-05-28 18:54:18 +10:00
EspoTek
9908cd2c43 Jitter detection in. Seems to be holding at 9600 baud 2017-05-28 18:49:11 +10:00
EspoTek
f5a69c2adb Working, but with no jitter compensation. Handles 9600 baud streams OK, but with a glitch every 4 seconds. 2017-05-28 17:26:16 +10:00
EspoTek
a1075b97fd Doesn't halt in while() loop 2017-05-28 16:40:23 +10:00
EspoTek
8bd771f02d Deleted old code. Started new code. 2017-05-28 16:34:53 +10:00
EspoTek
9f6f5695fd Bugfix: CH2 was fetching singleBit samples on CH1 mode being == 2. 2017-05-25 11:34:58 +10:00
EspoTek
d8643a8ecd Mac fixes now no longer break Windows. 2017-05-18 10:29:17 +10:00
EspoTek
0a664fe482 "Jump to Bootloader" function added. No need to short pins to update FW. 2017-04-22 13:58:06 +10:00
EspoTek
5198eb261f Signal Gen CH2 shows disconnection when Logic Analyzer is turned on. 2017-04-09 15:43:28 +10:00
EspoTek
ac0dda3d91 Fixed Multimeter not displaying 2017-04-09 15:38:39 +10:00
EspoTek
642f0c6d7f Fixed occasional corruption (Windows Only)
Also small fix for doubled sample rate.
2017-04-09 15:28:18 +10:00
EspoTek
82913bfb45 Fixed Mode 6 Trigger 2017-04-09 14:22:13 +10:00
EspoTek
a8d8c6afa1 Added Firmware Version Function. Changed PID. 2017-04-09 13:58:40 +10:00
EspoTek
bda9baf5c1 Timing fixes
For Logic Analyzer CH2.
2017-04-09 12:38:19 +10:00
EspoTek
e052a4d64e 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.
2017-03-06 13:13:33 +11:00
EspoTek
7834933296 Start of 32 bit release.
Some errors.
2017-03-02 18:55:45 +11:00
EspoTek
22020c5127 Semi-sane Android Interface
Not polished, but usable.
2017-02-22 13:17:48 +11:00
EspoTek
2fef7a6648 Fixed connect - Windows + Unix now both return 0 on UsbInit
Seems to do nothing once the iso is set up, though...
2017-02-19 14:29:19 +11:00
EspoTek
a1c45aff30 Fixed up some more issues
Now crashing when FunctionGenControl procs.  Android returns fatal if
you try to write to an uninitialised pipe.
2017-02-19 14:11:06 +11:00
EspoTek
52fc3aa15d Android compiles and runs
Just not for very long...
Quits at loading _list.wfl
2017-02-18 16:00:55 +11:00