![SeaLevel SBC-R9 Скачать руководство пользователя страница 41](http://html1.mh-extra.com/html/sealevel/sbc-r9/sbc-r9_user-manual_1223921041.webp)
©Sealevel Systems, Inc.
SBC-R9 Manual
41
SL9210 01/2012
Now that the Talos Framework has been referenced, you have access to all the I/O points exposed on the
SBC-R9 device.
For this simple HelloWorld application, we will just echo the string “Hello World” in the console window.
This can be accomplished by adding the following code to the automatically created Program::Main()
method. This code will echo “Hello World” and then pause for 5 seconds.
static
void
Main(
string
[] args)
{
Console
.WriteLine(
"Hello World"
);
System.Threading.
Thread
.Sleep(5000);
}
From Visual Studio’s menu bar, select “Build
Build HelloWorld”. After the build process has completed
select from the same menu bar, “Build
Deploy HelloWorld”. A “Deploy HelloWorld” dialog will appear for
you to choose the appropriate target. Choose “Windows CE Device” then press the ‘Deploy’ button. (See
Figure 15.)
Figure 15.
Choose Windows CE Device and Deploy
After the deployment phase, the “Hello World” message will appear on the Debug Serial console output (See
Using the Debug Port section).
Examples can be found from the installation directory under ‘..\R9 Development\Samples\C#’ and ‘..\R9
Development\Samples\VB.NET’.
Содержание SBC-R9
Страница 1: ...Sealevel Systems Inc Sealevel com Phone 864 843 4343 SBC R9 ARM9 RISC Single Board Computer...
Страница 74: ...Sealevel Systems Inc SBC R9 Manual 74 SL9210 01 2012 Appendix D CAD Drawing...
Страница 75: ...Sealevel Systems Inc SBC R9 Manual 75 SL9210 01 2012...
Страница 76: ...Sealevel Systems Inc SBC R9 Manual 76 SL9210 01 2012...