CompOrt for Pysense
-
I have updated the firmware of the pysense but it doesn't create a comport for me to connect to? I have pytrack which does create a comport.
-
@misterlisty just to be clear, do you still have the issue (and you are connecting via Wi-Fi / telnet), or is the USB issue resolved?
-
Can you please try a different USB cables, there has been quite a few users reporting issues with certain USB cables. Out of curiosity, what module are you inserting into your Pysense?
-
@misterlisty
It looks like up to date
-
Say 8 as the output
-
@misterlisty
Hi, this code tell you about version, compare it with what state in updater tool:
code for boards like Lopy, Wipy..import os os.uname()
code for pytrack:
from pytrack import Pytrack py = Pytrack() py.read_fw_version()
code for pysense:
from pysense import Pysense py = Pysense() py.read_fw_version()
-
@misterlisty it starts working again...
-
How do i know i it updated?
-
@misterlisty Sometimes the firmware update says it worked OK, but it actually didn't. Re-updating the firmware fixes that.