i01 = Runtime.createAndStart("i01","InMoov") i01.startHead("/dev/ttyACM0") what does this do? what does this do? Looks like it starts an Looks like it starts an InMoov service and then starts the head on a Linux serial port. For a windows machine it would be changed to something like this i01 = Runtime.createAndStart("i01","InMoov") i01.startHead("COM7") Log in or register to post comments
Looks like it starts an Looks like it starts an InMoov service and then starts the head on a Linux serial port. For a windows machine it would be changed to something like this i01 = Runtime.createAndStart("i01","InMoov") i01.startHead("COM7")
what does this do?
what does this do?
Looks like it starts an
Looks like it starts an InMoov service and then starts the head on a Linux serial port.
For a windows machine it would be changed to something like this