Serial Port Communication in VB.Net
#16
Posted 24 November 2009 - 01:14 AM
#17
Posted 04 December 2009 - 12:13 PM
To help those with downloading problems, I found the built-in Windows 7 zip handler didn't like it, but as mentioned above, 7-Zip FileManager does unzip it. The trick? The first unzipping just creates one new file without an extension, this is another compressed file, so unzip this one with 7-Zip also
I'm running VB 2008 Express Edition. It ran a project update successfully with no logged errors, but just one Build error on running. It didn't like: Me.MainForm = Global.PCComm.PCComm.frmMain
Delete the duplicated PCComm.
Hope this helps!
#18
Posted 04 December 2009 - 12:42 PM
#19
Posted 15 December 2009 - 09:27 AM
#21 Guest_keshav kundak*
Posted 24 February 2010 - 01:57 PM
#22 Guest_Norman*
Posted 09 April 2010 - 10:16 AM
Firstly, thanks for the sample it really helped me get going on serial communications.
However, why did you do DisplayData the way it is (i.e. using delegates, event handlers etc.). I replaced the code in DisplayData with that from DoDisplay and it seemed to work at least in the sample I created. I just wanted to see what would happen as I don't really understand the implications of the line.
_displaywindow.Invoke(New EventHandler(AddressOf DoDisplay))
Can you explain why this is done the way it is?
Many thanks.
#23 Guest_clickhome.ws*
Posted 19 April 2010 - 01:39 AM
#24 Guest_X.TK*
Posted 16 May 2010 - 02:45 AM
Good, The Code is too long!
Why not Use the Class RS232.vb?
#25 Guest_X.Tk*
Posted 16 May 2010 - 02:48 AM
www.codeworks.it/net/form.gif
#26 Guest_v.*
Posted 25 May 2010 - 07:05 AM
I'm running into some problems though...
Conversion to vs.net 2008 worked fine, but there was an error with a duplicate PCComm
removing this seemed to do the trick.
The problem I am having is that the returned data from an external device returns giberish:
I get stuff like
Quote
Can anyone point me in the right direction on how to solve this?
#27 Guest_fred*
Posted 06 June 2010 - 06:36 PM
#28
Posted 25 June 2010 - 12:41 AM
#29
Posted 29 June 2010 - 07:59 PM
#30 Guest_Jeff*
Posted 14 July 2010 - 01:10 PM
|
|








MultiQuote



|