Difference between revisions of "Windows"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) (Update logic analyzer Windows support status.) |
Uwe Hermann (talk | contribs) m (→Status) |
||
Line 8: | Line 8: | ||
{| border="0" style="font-size: smaller" class="alternategrey sigroktable" | {| border="0" style="font-size: smaller" class="alternategrey sigroktable" | ||
|- | |- | ||
!Logic analyzer | !Logic analyzer | ||
!Windows status | !Windows status | ||
|- | |- | ||
| [[ASIX SIGMA]]/[[ASIX SIGMA|SIGMA2]] | | [[ASIX SIGMA]]/[[ASIX SIGMA|SIGMA2]] | ||
| bgcolor="lime" | Compiles fine using libftdi + libusb-0.1-win32 and should work (not runtime-tested yet, though). | | bgcolor="lime" | Compiles fine using libftdi + libusb-0.1-win32 and should work (not runtime-tested yet, though). | ||
|- | |- | ||
| [[ChronoVu LA8]] | | [[ChronoVu LA8]] | ||
| bgcolor="lime" | Works fine using libftdi + libusb-0.1-win32. | | bgcolor="lime" | Works fine using libftdi + libusb-0.1-win32. | ||
|- | |- | ||
| Demo driver | | Demo driver | ||
| bgcolor="lime" | Works fine. | | bgcolor="lime" | Works fine. | ||
|- | |- | ||
| [[IKALOGIC ScanaPLUS]] | | [[IKALOGIC ScanaPLUS]] | ||
| bgcolor="lime" | Works fine using libftdi + libusb-0.1-win32. | | bgcolor="lime" | Works fine using libftdi + libusb-0.1-win32. | ||
|- | |- | ||
| [[ZEROPLUS Logic Cube LAP-C(16032)]] | | [[ZEROPLUS Logic Cube LAP-C(16032)]] | ||
| bgcolor="lime" | Works fine using libusb-1.0. | | bgcolor="lime" | Works fine using libusb-1.0. | ||
|- | |- | ||
| [[ZEROPLUS LAP-16128U ]] | | [[ZEROPLUS LAP-16128U ]] | ||
| bgcolor="lime" | Should works fine using libusb-1.0 (not runtime-tested yet, though). | | bgcolor="lime" | Should works fine using libusb-1.0 (not runtime-tested yet, though). |
Revision as of 14:12, 15 August 2013
Status
We intend to fully support all major operating systems in sigrok, including Windows. However, we're not quite there, yet. Various portability issues need to be addressed still. The tables below list the current Windows status of the various hardware drivers.
Supported
Logic analyzer | Windows status |
---|---|
ASIX SIGMA/SIGMA2 | Compiles fine using libftdi + libusb-0.1-win32 and should work (not runtime-tested yet, though). |
ChronoVu LA8 | Works fine using libftdi + libusb-0.1-win32. |
Demo driver | Works fine. |
IKALOGIC ScanaPLUS | Works fine using libftdi + libusb-0.1-win32. |
ZEROPLUS Logic Cube LAP-C(16032) | Works fine using libusb-1.0. |
ZEROPLUS LAP-16128U | Should works fine using libusb-1.0 (not runtime-tested yet, though). |
Work in progress
Logic analyzer | Windows status |
---|---|
ARMFLY Mini-Logic | Various issues need to be sorted out1. |
Braintechnology USB Interface V2.x | Various issues need to be sorted out1. |
Braintechnology USB-LPS | Various issues need to be sorted out1. |
CWAV USBee SX | Various issues need to be sorted out1. |
Dangerous Prototypes Buspirate | Untested. |
EE Electronics ESLA100 | Various issues need to be sorted out1. |
IKALOGIC Scanalogic-2 | Untested. |
Lcsoft Mini Board | Various issues need to be sorted out1. |
Logic Shrimp | Serial port portability fixes required (partially implemented, but unfinished). |
MCU123 Saleae Logic clone | Various issues need to be sorted out1. |
MCU123 USBee AX Pro clone | Various issues need to be sorted out1. |
Openbench Logic Sniffer | Serial port portability fixes required (partially implemented, but unfinished). |
Robomotic BugLogic 3 | Various issues need to be sorted out1. |
Robomotic MiniLogic | Various issues need to be sorted out1. |
Saleae Logic | Various issues need to be sorted out1. |
Link Instruments MSO-19 | Doesn't compile due to libudev dependency. TODO: Make libudev optional. |
Digital Multimeter | Windows status |
serial-dmm based DMMs | Untested. |
1 There are various problems with the current sigrok and libusb-1.0 code on Windows that need to be fixed. Among other things, running poll()/select() on FDs is not possible on Windows, neither does libusb_get_pollfds() work.
Self-extracting installers
Work in progress. We don't provide pre-built installers for sigrok-cli and PulseView right now, but will do so in the near future, when a few issues have been sorted out.
Building from source
See Windows/Building.