arduino pwm over serial help

im not sure if this is the right section

im using softpwm and i want to send a value of 0-100 over serial from a vb.net app.

// Turn on - set to 100%
SoftPWMSetPercent(13, 100);

i want to be able to set the 100 value over serial so i can send a value to control the pwm

i want to be able to set the 100 value over serial so i can send a value to control the pwm

Permission is granted. Proceed.

Or, did you have a question in there?

i want send "50" via serial and set the pwm percentage to 50 but also be able to change it from 0-100

rbby258:
i want send "50" via serial and set the pwm percentage to 50 but also be able to change it from 0-100

OK, that sounds like a plan.