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.

Sergio Ponce

Member Since 13 Sep 2012
Offline Last Active Oct 15 2012 06:50 PM
-----

Posts I've Made

In Topic: Netduino Run Application from PC (pass parameters to. EXE)

16 September 2012 - 04:15 AM

Hi Sergio,

The easiest way to do this is to use a USB-TTL serial cable. Plug the USB end into your PC and then attach the three TTL serial port wires (TX, RX, and GND) to pins D0, D1, and GND on your Netduino. Be sure that TX and RX are "swapped".

Then you can use the SerialPort class and WriteLine/ReadLine commands to pass data back and forth to your PC.

Chris


estimated

thanks for the help, but not very clearly understand the idea. will have some print and / or some such.

I am new (just a couple of hours)

thanks

In Topic: Netduino Run Application from PC (pass parameters to. EXE)

16 September 2012 - 03:31 AM

Take a look at this. It may be what you need.
http://forums.netdui...tion-using-usb/


I served, I need help, some example.
or if it is possible or not?

:(

In Topic: Los métodos ECall de ben estar empaquetados en un módulo del sistema.

15 September 2012 - 02:18 PM

Is it possible that your project is of the wrong type? To create a new Netduino project in Visual Studio, you have to choose "Micro Framework" -> "NetDuino [go/mini/plus] Application" in the new project dialog.

The only other thing I can think of is that you might be trying to deploy a .net micro framework 4.1 application on a board with the 4.2 firmware.


- The type of project is the aplication netduino micro option framework.
- I have the netduino, so I have understood is the framework 4.1 and if so should not have any problem.

remember that when you ran the compiler works correctly.
but if I create the executable, only then I get the error

thanks

In Topic: Los métodos ECall de ben estar empaquetados en un módulo del sistema.

14 September 2012 - 11:48 PM

that's exactly the message.


y este da luego...

ECall methods must be packaged into a system module.

In Topic: Los métodos ECall de ben estar empaquetados en un módulo del sistema.

14 September 2012 - 11:43 PM

Hi Sergio ,

Welcome to the Netduino forums!

It's very difficult to help you out with spanish? error messages ;)
Could you please at least edit your topic so it's in English? It would increase the chance for a reply.

You say you try to run the .exe. How are you trying to do so? Visual Studio should deploy the app to the Netduino, the executable can't be run on a regular PC.


what happens is that I want to make an application that receives parameters to the main class and as main receiving electronica perform an action.

the. exe generate it as follows in Visual Studio 2010:

In the Menu bar Click "Build"
Then Build <Name project>

and that executable is saved in the project folder

Please help me with this, now I can not think what else to do

thanks :)

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.