Receiving data
- tec,jesusdiaz
- Topic Author
- Offline
Less
More
- Posts: 6
- Thank you received: 0
6 years 3 months ago #29532709
by tec,jesusdiaz
Receiving data was created by tec,jesusdiaz
Hello everyone, I have a question, I have developed an application in C # and a program in Microbasic for the roboteq, the program in MicroBasic simply returns the number of revolutions of the engine, the application in C # recive said value and shows it. The problem is the following when I do a reading in roboteq by means of c # it also shows me any command that I sent to roboteq via serial communication. For example instead of showing the following.
Spin: 1
Spin: 2
Pass the following
Spin: !G 1 500 !G 1 500 .... + 1
Spin: !G 1 500 !G 1 500 .... + 2
Someone could help me understand this
Spin: 1
Spin: 2
Pass the following
Spin: !G 1 500 !G 1 500 .... + 1
Spin: !G 1 500 !G 1 500 .... + 2
Someone could help me understand this
Please Log in or Create an account to join the conversation.
6 years 3 months ago #29532710
by blake
Replied by blake on topic Receiving data
This is due to the serial echo. You can disable the serial echo, see the command description fro ECHOF on page 276 of our
User Manual
Please Log in or Create an account to join the conversation.
Time to create page: 0.055 seconds