vb + spin: program running really slow
russ christensen
Posts: 84
I am working on an app to communicate with my bot, and its running really slow. Like i have to wait a second or two before my bot even recognizes that its receiving commands. Can somebody take a look at my code and tell me whats going on? also sometimes when i turn my bot on, the wheels start going crazy. i have a video of it i'll try to get on youtube. any suggestions?
russ
edit: i'm using visual studio 2008
russ
edit: i'm using visual studio 2008
Comments
I posted this code in another thread once and just because it works does not neccessarily mean its the right way, check it out and see if it makes a difference with your set up.
Each of the seven buttons should have the following modification
SerialPort1.Write("!VB1")··· '("!VB2")·("!VB3")·("!VB4")·...etc
lbl_status.Text = "Moving Forward"
For testing the spin echoes back the command associated with the value and the command should be displayed on your applications display pane.
Jeff T.