https://github.com/daijobudes/sample-serial-communication
Application made in C# to communicate using arduino's serial pins.
https://github.com/daijobudes/sample-serial-communication
arduino c-sharp dotnet iot serial
Last synced: about 2 months ago
JSON representation
Application made in C# to communicate using arduino's serial pins.
- Host: GitHub
- URL: https://github.com/daijobudes/sample-serial-communication
- Owner: DaijobuDes
- License: gpl-3.0
- Created: 2021-11-18T02:25:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T02:54:01.000Z (about 4 years ago)
- Last Synced: 2024-12-28T04:48:13.923Z (over 1 year ago)
- Topics: arduino, c-sharp, dotnet, iot, serial
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sample-serial-communication
Application made in C# to communicate using arduino's serial pins.
## Requirements
Arduino SDK/IDE
dotnet 4.7.3
[Virtual Serial Port](https://www.eltima.com/products/vspdxp/) from Electronic Team, Inc. (for simulation in Proteus, optional, if you dont have an arduino)
## Building
Open the solution then build the GUI, after that, build the `ino` file inside `arduino/serial` or use the hex files provided.
Upload the hex file to the arduino (or place the hex file in the part properties in Proteus).