system
1
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
system
2
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?
system
3
i want send "50" via serial and set the pwm percentage to 50 but also be able to change it from 0-100
system
4
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.