Do you know that .NET C sharp can run on pcDuino?
The first step is to install mono framework.
$ sudo apt-get update $ sudo apt-get install mono-runtime
To use C# shell script, we install it by:
$sudo apt-get install mono-csharp-shell
Once installed, launch the C# Shell:
$ csharp
Leave a Reply
You must be logged in to post a comment.