PortalPlugins
PortalPlugins copied to clipboard
Python plugins to intercept RFID portals, like Skylanders, Disney Infinity ...
Hi @capull0 I've performed this same device explained to load skylanders images through the serialusb and portal plugin I built the device as you explained using Arduino Pro Micro Leonardo...
missing parenthases
Hi. Could I please have a quick tutorial on how to do this because I don't know how to do this. Thanks.
Hello, at first, if you want to use the skylanders.py in Python3 you need to ad Args. Python Old : print "SID: %02X" % (sid) Python New: print ("SID: %02X"...