vb and prop question using eb500
russ christensen
Posts: 84
Hi everybody, yet again. Since today is the day I'm devoting solely to working on my robot, i have another question. I'm having issues passing data from the prop to my vb program. Just testing i'm sending a string through the bluetooth every 100 milliseconds. the first one shows up in my text box immediately, a moment later about 15 more show up, then i don't get anymore for a while. however they do keep coming. I need the data to show up right when i get it, does anybody know how to print the buffer immediately?
Comments
Jeff T.
edit: most of the code i adapted from this tutorial.
http://www.devx.com/dotnet/Article/31001/0/page/2
Post Edited (russ christensen) : 2/28/2009 11:53:15 PM GMT
Note it uses a RichTextBox not a TextBox , alter that if you need to.
Jeff T.
EDIT: error, switch the two lines that receive byte values or ASCII I labelled them wrongly.
Post Edited (Unsoundcode) : 3/1/2009 12:38:45 AM GMT