first, if i use the usb to connect the lilypad arduino and processing, i can print the x, y and z values in the processing, and from the program, i choose "myPort = new Serial(this, Serial.list()[0], 9600)", then on the monitor i can see such as
x=500, y=400, z=600. second, if the port change via bluetooth, i correct the Serial.list()[0] to Serial.list()[6], the port [6] is like below, and i think the lilypad arduino can transport values from bluetooth to computer, and i do not correct others, besides the Serial.list()[6], but why can't i print the values in the monitor via bluetooth? this is a big problem for me, who can help me, please and thanks very much!