...
Version | Date | Changes |
---|---|---|
1.2 |
| |
1.1 |
| |
1.0 |
|
Software Installation
Basic software requirements
...
- Java 8 runtime environment
- CP210x USB UART driver
Windows
...
- Use the windows executable from the download page to install NB | EASY software
- The installer will take care of installing the Java environment and the required drivers
Linux
...
- Install the Java 8 runtime environment
- Connect the device via USB
- Check whether the CP210x UART kernel module is installed:
lsmod | grep cp210x
- Check whether you have read/write access to the USB-UART bridge:
ls -la /dev/ttyUSB*
- Download the NB | EASY jar-file from the download page
- Start the program via the command line:
java -jar Vodafone-NB-EASY-x.x.x.jar
...