Hi guys need your help
I have a desktop application made with c# and i want to control the motors(dc motor) and i am using serial port fot communication. i want to know what should be the message format to send data.
Hi guys need your help
I have a desktop application made with c# and i want to control the motors(dc motor) and i am using serial port fot communication. i want to know what should be the message format to send data.
gaurav141097:
Hi guys need your helpI have a desktop application made with c# and i want to control the motors(dc motor) and i am using serial port fot communication. i want to know what should be the message format to send data.
Do you already have a program to control the motor? Does it work? What control do you want to do with the motor?
Paul
i want to know what should be the message format to send data.
The serial input basics tutorial might help you with that.