Problems with IRToy detection/plug in
When I plug in my IRToy, the device node "/dev/ttyUSB0" is not created, and if I attempt to run "lsusb" it hangs until the IRToy is removed or the IRToy 'turns off' somehow.
Anyone know what's up?
Also, when it was working, I had to send four null bytes for the reset command to register. And it wouldn't send anything (apparently, I tried to check with my video camera). Any idea what the possible shenanigans could have been?
Here's what I'm using to connect:
ser = serial.Serial("/dev/ttyUSB0")
ser.write("x00x00x00x00x")
print repr(ser.read(3))