Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

LakeOzark

Member Since 13 Oct 2012
Offline Last Active Jan 24 2013 10:04 PM
-----

Posts I've Made

In Topic: Visual Basic support for Netduino and .NET MF now in beta

08 January 2013 - 12:31 AM

Is there one.NET Micro Framework 4.2 and Netduino 4.2 SDKs for both VB and C# or one for each?


In Topic: Visual Basic support for Netduino and .NET MF now in beta

04 January 2013 - 06:33 PM

Is there support for VB and NetduinoGO?


In Topic: netdurino Go and PWM

03 January 2013 - 08:37 PM

Good This is answered


In Topic: BlinkyVB -- first Netduino app using Visual Basic

30 December 2012 - 08:58 PM

Guess I do not understand the ShieldBase. I have been trying to use the sockets alone.  But I guess I will buy a ShieldBase.

 

In the code below why is NetduinoGo.ShieldBase not defined (it is an error in VB)?

I thought I had the latest software. Is there something special about the ShieldBase software?

When I key NetduinoGo and add the . the drop down menu does not include ShieldBase.

 

Imports Microsoft.SPOT

Imports Microsoft.SPOT.Hardware

Imports SecretLabs.NETMF.Hardware

 

Imports SecretLabs.NETMF.Hardware.NetduinoGo

?

Module Module1

 

Sub Main()

 

Dim SB As NetduinoGo.ShieldBase = New NetduinoGo.ShieldBase(GoSockets.Socket5)


In Topic: BlinkyVB -- first Netduino app using Visual Basic

29 December 2012 - 07:55 PM

I am trying to get the Blinkey Program to run on a NetduinoGo board in Visual Basic. Since the NGo has Sockets need to make some changes.

 

The following works on C# 

 

 internal const Cpu.Pin SOCKET8_LED = (Cpu.Pin)41; // SOCKET8_LED  OutputPort led8 = new OutputPort((SOCKET8_LED), false);  led8.Write(false); // turn off the LED

 

How do I write the VB Code

 

Dim led As New OutputPort(Pins.ONBOARD_LED, False) or

Dim led As New OutputPort(Pins.SOCKET8_LED, False)

 

 

 


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.