the following program has been compiled bei VC# and was copied directly to the apps folder on the SD card in the PC.
It’s shown in the Mono/Programs menu, but when started,
it doesn’t show anything except the Mono Icon on the ev3 and then immediately terminates:
using System;
using MonoBrickFirmware;
using MonoBrickFirmware.Display;
namespace HelloWorld
{
class MainClass
{
public static void Main(string[] args)
{
LcdConsole.WriteLine("Hello World!");
System.Threading.Thread.Sleep(10000);
}
}
}
what’s wrong?
ps
another user reported:
if copied directly to the SD card it also doesn’t run for him
but if copied by Wifi then it runs though.
But I have no Wifi, no LAN, no BT.
Attachments:
You must be
logged in to view attached files.
Follow