You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Acquire new Panstamp
2. Let pyswapdmtgui find the mote at address 255
3. Try to change the address and I get a "Unable set mote's ddress" error box
What is the expected output? What do you see instead?
I expect to have the panstamp change addresses. I have been able to work
around this by modifying the setRegsFromEeprom function. Instead of
setDevAddress(bVal, false); I changed it to setDevAddress(0x34, false);
(number chosen at random) This allowed me to change the address to whatever I
like. And when I reverted to the stock panstamp library I was able to change
my address. It appears that the library doesn't handle the 0xff device address
too well
I just tried setting the device address back to 255 and I cannot change it
anymore. So this appears repeatable and not just something with a blank new
eeprom.
What version of the product are you using? On what operating system?
latest svn repository r982, Linux.
Let me know if I can provide any more details.
Original issue reported on code.google.com by joe.scha...@gmail.com on 16 Feb 2014 at 3:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
joe.scha...@gmail.com
on 16 Feb 2014 at 3:14The text was updated successfully, but these errors were encountered: