Electron.net: Serial port access over .Net

Created on 24 Sep 2018  路  2Comments  路  Source: ElectronNET/Electron.NET

Hello,

is it possible to create a serial port connection over .Net, e.g with the 'ElectronNET.API.Entities'?

question

Most helpful comment

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

All 2 comments

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

litch0 picture litch0  路  4Comments

GregorBiswanger picture GregorBiswanger  路  4Comments

yoDon picture yoDon  路  4Comments

BrianAllred picture BrianAllred  路  5Comments

iqmeta picture iqmeta  路  3Comments