Hi, I am new to arduino and i need to know this.
I use visual studio form to give input to the arduino. The output of the vb form is a string like "B10",B190",B1180". Then I need to take the numeric value that contains in the string and write it into a servo motor. Help me to do this.
Here is everything you need to know: Serial Input Basics - updated - Introductory Tutorials - Arduino Forum
Thank you.I will try it.