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.

spinter

Member Since 22 Sep 2011
Offline Last Active Nov 24 2011 05:10 PM
-----

Posts I've Made

In Topic: Request for forum

08 November 2011 - 02:07 PM

I think that if we attract people we have to give them the opportunity to express themselves! I like many others we have not had the chance to go to English school!! And there is always google traslator!

In Topic: Request for forum

01 November 2011 - 07:57 PM

molte volte serve solo per cose banali magari per qualche consiglio! often serves only to trivial things maybe for some advice!

In Topic: Read Resources

13 October 2011 - 08:35 PM

Ohh but from your Netduino you can't access you C: drive on your PC; it's not connected.

You can read/write/append/remove to the SD card, but not to the PC. Is that what you ment?


Ok

resources from vb?

In Topic: Read Resources

13 October 2011 - 05:03 PM

You want to copy or append? Appending an existing text file is possible. Can you post the code for writing? Then I'll modify it for appending :)



I want to do a project to bring the files into sdcard without needing to use a usb readder.

example 1:

Dim myFile As String = Application.StartupPath & "\Myfile.txt"
or
Dim myFile As String = "c:\Myfile.txt"
Dim fs As System.IO.FileStream = New System.IO.FileStream(myFile, IO.FileMode.Create)
Write("\SD\Myfile.txt", 0, My.Myfile.txt.Length)

example 2:



Copy file to c:\ to SDCARD!


I hope you understand me

In Topic: Read Resources

12 October 2011 - 07:26 PM

none?

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.