Serial port access over .Net #210

Closed
opened 2026-01-29 16:33:56 +00:00 by claunia · 2 comments
Owner

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'?

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'?
claunia added the question label 2026-01-29 16:33:56 +00:00
Author
Owner

@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

@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
Author
Owner

@renanosoriorosa commented on GitHub (Sep 24, 2020):

@Franki1986 Were you able to communicate with the serial port? if so, share with me?

@renanosoriorosa commented on GitHub (Sep 24, 2020): @Franki1986 Were you able to communicate with the serial port? if so, share with me?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#210