Assistance Required with VB.net
Guys, I'm looking for someone who has good knowledge of VB.net (2008 Express version). I've downloaded VB Express 2008 edition from MS but haven't really got a clue how to get an application to read and write via the RS232 port.
Designing a form was simples (the boxes are simple typed values on how I would like the end result to look)
http://micro-heli.co.uk/app.jpg
I've managed to send the values from the list of variables to a terminal app in MCS via the EasyPIC5 serial port, but can't get my head round any example from the web on serial communications.
If anyone can point me to some easy to understand tutorials, or would be willing to work with me via e-mail on this part of my project please feel free to drop me a PM.
can vb.net be discussed here ?
nice interface you made.
just for general discussion,
I have made a vb.net form to rcv assorted stuff from pic, you may know more about microsoft .net than me, I have just read books and watched on-line learning vids.
as a start, you use a serial port object, a stream object, I used a timer to check for rcvd chars 10 or 50 times/sec then looped through data for a key-value situation. then displayed to appropiate box. was able to use a blue-tooth module set up as virtual com port to rcv just like a direct connect.
also, with serial port set up, it is easy to send stuff back to my PIC ckt as settings or commands. i have further ideas floating in my head (mabye sinking in my head) web stuff etc.
not sure if the forum wants this subject matter here but my initial interest was and is PIC interfacing .
don f
[email protected]