can unity3D access i/o port such as serial port or usb port under windows platform? If unity3d can access serial port or usb port, can anyone give example code how to access those port especially in javascript.
Many people did this. Take a look at this Arduino forum - the guy connected to an Arduino board with accelerometer and was able to show in Unity the values read via serial port.