I have several XRP’s that won’t connect to the IDE. In the pop-up window where I would select the com port, I get a message that says “no compatible devices found”
Update - I was able to update the firmware, but now get an error message when I try to execute a program.
Hi there,
When you connect your XRP, what version number is displayed? Here’s what’s shown on my end:
Because the ble
module wasn’t found, it sounds like the library update may have failed for some reason. To force the update again, use the file browser on the left panel to delete the file /lib/XRPLib/version.py
(right click the file to delete):
Then disconnect and reconnect your XRP. XRPCode should prompt you to update your library files, which should restore the ble
module.
Hope this helps!
One thing that we need to fix is that after an update to XRPLib you need to reset the XRP and reconnect. We cannot unload the old XRPLib or the ble code without a reset, so errors may occur until that happens.
It worked! Thank you!