Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~97 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for dwkw

Please help me with my project When the form loads it will connect to serial com and retrieve the number of chinups from a PLC and store it a variable called 'int' there is a textbox in the form called 'txtname' and a button called 'ok' My question is when …

0
43
Member Avatar for dwkw

Can anybody improve on my code to read from serial port and store it in a variable? Public Class Form1 'SerialPort object creation WithEvents mySerialPort As New IO.Ports.SerialPort Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'setting the mySerialPort settings With mySerialPort .PortName = "COM1" .BaudRate …

0
54

The End.