ArduinoDriver icon indicating copy to clipboard operation
ArduinoDriver copied to clipboard

Add Linux support

Open releyshic opened this issue 9 years ago • 5 comments

  1. Add Work Project on VS2010; 2. Do It Library works on Linux?

releyshic avatar Dec 15 '16 15:12 releyshic

Hi releyshic,

Thank you for your interest. Regarding your questions:

  1. I don't have a Visual Studio 2010 instance around at the moment, but it should be very easy to just start a VS2010 project, drag and drop the corresponding source files in the correct location and link them up in the IDE?

  2. I have looked into porting this library to .NET Core (which -among other things- would allow it to be run on Linux). At the moment System.IO.SerialPort is not supported within .NET Core however (rather crucial), which would make this exercise substantially harder. Perhaps when and if support for that gets added to .NET Core later, I might consider porting this library again.

christophediericx avatar Dec 18 '16 21:12 christophediericx

Related: https://github.com/dotnet/corefx/issues/984

christophediericx avatar Dec 18 '16 21:12 christophediericx

Maybe this library ([http://www.teuniz.net/RS-232/]) to solve the problem?

releyshic avatar Dec 20 '16 10:12 releyshic

Related: https://github.com/christophediericx/ArduinoSketchUploader/issues/19

christophediericx avatar Nov 17 '17 03:11 christophediericx

Couldn't this library run on Mono on Linux/macOS? https://github.com/mono/mono/blob/master/mcs/class/System/System.IO.Ports/SerialPort.cs

DanWBR avatar Jan 02 '18 14:01 DanWBR