Simple C# Serial Communication Program

C_Serial_Communication_Robots_Serial_Port.png

I'm slowly building a library of programs in C# for controlling robots, writing tutorials for how to make them as I go. I will be listing all my programs for robots here: Programs for Robots.  Edit: I am no longer building this set of tools unfortunately, however I will occasionally be making programs like this and will post them on my blog. Sorry about the link not working for this, it should now be working. 

 This is the first, and probably most simple, program that can both send a string over the serial and read data back from the serial.

You can view the tutorial on how to make this program (coming soon) and download it here: C# Serial Communication Program for Robots Tutorial

Update: I have added a save to file button, so the data read from the serial can be saved to a text file. I have also added a clear all button as shown below.

 

1 Like

Thanks for the tutorial,

Thanks for the tutorial, very helpful! I’m thinking of making my own robot control program.

Thanks :slight_smile: You should, it’s

Thanks :slight_smile: You should, it’s not that difficult really!