Xbox wireless pad,processing and PWM

I have problem with processing script data output.
So there is https://dl.dropbox.com/u/35963789/processing%20code.txt processing code - it send data from right trigger to first detected COM port.

And ardiono part [https://dl.dropbox.com/u/35963789/Arduino%20code.txt - simple PWM sketch.

But there is some glitch - LED have only two states - on and off. I'd probably messed input/output data types (HEX/DEC) and I can't find way out...

If the code is all that simple, post it here. If it isn't, create something simple that illustrates the problem, and post that here.

But there is some glitch - LED have only two states - on and off. I'd probably messed input/output data types (HEX/DEC) and I can't find way out...

More likely, you are trying to use a pin that doesn't support PWM.

So simple.... I must check !