mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Serial port access over .Net #210
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frankiDotNet on GitHub (Sep 24, 2018).
Originally assigned to: @GregorBiswanger on GitHub.
Hello,
is it possible to create a serial port connection over .Net, e.g with the 'ElectronNET.API.Entities'?
@GregorBiswanger commented on GitHub (Sep 25, 2018):
Hello @Franki1986
Yes, you can 👍
Use the .NET Core 2 Library System.IO:
https://docs.microsoft.com/en-us/dotnet/api/?term=serialport&view=netcore-2.0
Best,
Gregor
@renanosoriorosa commented on GitHub (Sep 24, 2020):
@Franki1986 Were you able to communicate with the serial port? if so, share with me?