I've just re-read:
Clever or what!Receiving Data From A Microcontroller
I'm off to bed now to think about what I don't know
&
And dream about what I might know fairly soon
Dave
I've just re-read:
Clever or what!Receiving Data From A Microcontroller
I'm off to bed now to think about what I don't know
&
And dream about what I might know fairly soon
Dave
I've ordered the USB-RS cable up.
Not sure how to go about learning VB, so I was thinking of going through the RENTRON rec/send programs line by line and taking notes.
Dave
Make an app with a "button" that when clicked writes "hello world" in a text box.
Then you can move to displaying the serial input in the same Tbox.
And of course read everything Bruce has to offer....
Dave
Always wear safety glasses while programming.
I've now got an App with a text box and a button
All I need now is to figure out how to display 'Hello World' when the button is pressed
This is going to take a while as I've loads of reading to do, so please bear with me. If I get really stuck then I'll have to ask.
Have a nice Weekend everybody.
VB_Dave
And in color...All I need now is to figure out how to display 'Hello World' when the button is pressed![]()
Dave
Always wear safety glasses while programming.
A small breakthrough: "Hello World" when the button is pressed.......:
I just read this: And in color... ! I'm more of a Henry Ford man myself, color it is then.....!Code:Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click TextBox1.Text = "Hello World" End Sub End Class
Dave
Last edited by LEDave; - 12th August 2010 at 22:16.
RED Mustangs ??? The new Ford
Might be cool to have numbers and letters a different color..... If you are making your own terminal thing may as well trick it out...
Dave
Always wear safety glasses while programming.
Bookmarks