Sending data from Arduino to Visual Basic
hello,
i hope can me in project.
well, want make counter on arduino; everytime pushbutton pressed, variable increment ++1. (i can this).
then, want show counter (number of pulses) in visual basic in textbox. (i can also).
but problem is, when information sent.
it appears in textbox:
-number of hits:1
-number of hits:2
-number of hits:3
-number of hits:4
-number of hits:5
it keep jumping line , , another.
i don't want that. want show amount of hits in single line; in other words, uploading same variable without skiping line example above..
i don't know if can that.
i hope can me in project.
well, want make counter on arduino; everytime pushbutton pressed, variable increment ++1. (i can this).
then, want show counter (number of pulses) in visual basic in textbox. (i can also).
but problem is, when information sent.
it appears in textbox:
-number of hits:1
-number of hits:2
-number of hits:3
-number of hits:4
-number of hits:5
it keep jumping line , , another.
i don't want that. want show amount of hits in single line; in other words, uploading same variable without skiping line example above..
i don't know if can that.
surely vb question.
why not clear textbox before adding data?
why not clear textbox before adding data?
Arduino Forum > Using Arduino > Interfacing w/ Software on the Computer > Sending data from Arduino to Visual Basic
arduino
Comments
Post a Comment