de     

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:software:tutorial_example [2016/09/15 09:10] – [USB driver for Windows] stefanen:software:tutorial_example [2018/09/12 12:45] (current) – [Tutorial -- Running an example] 83.173.241.10
Line 11: Line 11:
 Command line options of the examples can be viewed using <code>java -cp <Example>.jar <Example> -h</code> Command line options of the examples can be viewed using <code>java -cp <Example>.jar <Example> -h</code>
  
-Because the .jar file contains every component required for running the package the jar file can be copied to / executed from every location. +Because the .jar file contains every component required for running the package the jar file can be copied to / executed from every location.
  
 ===== USB driver for Windows ===== ===== USB driver for Windows =====
  
-Under windows there is the limitation that an USB driver has to be assigned to the device in order to access it. Easiest way to install the driver is using using [[http://zadig.akeo.ie/|Zadig]], also see [[https://github.com/pbatard/libwdi/wiki/Zadig|the github project]].+Under Windows every USB device needs a driver. Easiest way to install the driver is using using [[http://zadig.akeo.ie/|Zadig]], also see [[https://github.com/pbatard/libwdi/wiki/Zadig|the github project]].
  
 Quick Start Guide is: Quick Start Guide is:
-  - Plug-in the device. If Windows asks for a driver (it should), cancel this.+  - Plug-in the device. If Windows asks for a driver, cancel this.
   - start Zadig   - start Zadig
   - choose the device and click install driver    - choose the device and click install driver 
 
en/software/tutorial_example.txt · Last modified: 2018/09/12 12:45 by 83.173.241.10
 
Recent changes RSS feed Creative Commons License Powered by PHP Debian Driven by DokuWiki
[ZTEX Home] [Imprint] [Privacy policy]