it is right following your advice, but when I use javascript, it does not work, my code is: const conn = new phidget22.USBConnection(); await conn.connect(); const ch0 = new phidget22.Accelerometer(); const ch1 = new phidget22.Accelerometer(); await ch0.open(5000); await ch1.open(5000); const device...