19-09-2015, 19:04
Hello, dormani
Normally the Arduino USB port in the raspberry is /dev/ttyUBS0
In the terminal window, you can issue this command to make sure the device exists:
ls -l /dev/ttyUSB*
Try to add or change this lines in your Cumumus.ini file:
Also don't forget to keep the WeatherDuino Pro2 VP1 switch in close position, when it is connected by USB to the Raspberry (or PC)
Nice to hear from you.
Regards
Normally the Arduino USB port in the raspberry is /dev/ttyUBS0
In the terminal window, you can issue this command to make sure the device exists:
ls -l /dev/ttyUSB*
Try to add or change this lines in your Cumumus.ini file:
Code:
[Station]
Type=0
Model=WeatherDuinoPro2
Port=/dev/ttyUSB0
UseDavisLoop2=0Also don't forget to keep the WeatherDuino Pro2 VP1 switch in close position, when it is connected by USB to the Raspberry (or PC)
Nice to hear from you.

Regards

