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
Hey, this could be an issue with my balance board or something but hoping you have an answer because I'm lost.
The program works fine, I connect to the board and get up to this point:
Found Wiiboard at address 00:23:CC:2E:E1:44
Trying to connect...
Connected to Wiiboard at address 00:23:CC:2E:E1:44
Wiiboard connected
ACK to data write received
Then the program hangs on this line: data = self.receivesocket.recv(25)
Does this mean its not sending any data? Or is something going wrong in the detection? Im working with python3 btw (had to change some code to get it to work, but nothing major)
Any idea what to do?
The text was updated successfully, but these errors were encountered:
Hey, this could be an issue with my balance board or something but hoping you have an answer because I'm lost.
The program works fine, I connect to the board and get up to this point:
Then the program hangs on this line:
data = self.receivesocket.recv(25)
Does this mean its not sending any data? Or is something going wrong in the detection? Im working with python3 btw (had to change some code to get it to work, but nothing major)
Any idea what to do?
The text was updated successfully, but these errors were encountered: