Sign in to follow this  
Followers 0
jackyutehy

Help VB.net example program

2 posts in this topic

Hi everyone 

Does anyone have example code serial port  VB.net with device ( servo motor,VFD, Temperature controller.... ) 

I want to refer ,please share me ?

Share this post


Link to post
Share on other sites

in VB.NET serial communication is quite simple and there is tons of examples and online tutorials. 

https://www.youtube.com/results?search_query=vb.net+rs232

basically create your own interface, add serial port control, double click on it to generate handler, edit properties or set them in code.

don't forget to change threshold from zero to 1 (or larger) to be able to receive something...

 

there is also one from Garry about communicating with Omron PLC:

https://www.youtube.com/watch?v=Ckv3zmCJ40w

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0