Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How can I communicate with an sd card ?

How can I communicate with an sd card ?

Scheduled Pinned Locked Moved Visual Basic
questioncsharp
8 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Big Ralph
    wrote on last edited by
    #1

    I need to communicate with an sd card thru VB.net how can I do that? any suggestions?

    BiG RaLpH

    N D 2 Replies Last reply
    0
    • B Big Ralph

      I need to communicate with an sd card thru VB.net how can I do that? any suggestions?

      BiG RaLpH

      N Offline
      N Offline
      nishkarsh_k
      wrote on last edited by
      #2

      U can directly connect by using ports and device I/O You do not have to directly connect to the card reader.. The card reader comes with a SDK and driver interface which lets u do it.. Good Luck

      B 1 Reply Last reply
      0
      • N nishkarsh_k

        U can directly connect by using ports and device I/O You do not have to directly connect to the card reader.. The card reader comes with a SDK and driver interface which lets u do it.. Good Luck

        B Offline
        B Offline
        Big Ralph
        wrote on last edited by
        #3

        thx for ur help but the card reader is a USB Device. what can I do? thx again

        BiG RaLpH

        N 1 Reply Last reply
        0
        • B Big Ralph

          thx for ur help but the card reader is a USB Device. what can I do? thx again

          BiG RaLpH

          N Offline
          N Offline
          nishkarsh_k
          wrote on last edited by
          #4

          Dose it not have a SDK along.. I had connected with a smart card not with SD card... i hope the SDK will do the trick The long way is identify the device ID given by OS and try to connect.. I am not having any samples to give ... sorry for that.. I had connected to a Tablet with the tablet dll available in the SDK.. Thats all i can tell u..

          B 1 Reply Last reply
          0
          • N nishkarsh_k

            Dose it not have a SDK along.. I had connected with a smart card not with SD card... i hope the SDK will do the trick The long way is identify the device ID given by OS and try to connect.. I am not having any samples to give ... sorry for that.. I had connected to a Tablet with the tablet dll available in the SDK.. Thats all i can tell u..

            B Offline
            B Offline
            Big Ralph
            wrote on last edited by
            #5

            Thx I will try it. I will let u know if it works.

            BiG RaLpH

            1 Reply Last reply
            0
            • B Big Ralph

              I need to communicate with an sd card thru VB.net how can I do that? any suggestions?

              BiG RaLpH

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              You can't communicate with the card. It's considered media, not a device. The card read/write is the device. But that's neither here nor there. When inserted, the contents of the card will be exposed as part of the file system, usually a FAT32 volume. You can use any of the normal file/volume operations to get at the card.

              A guide to posting questions on CodeProject[^]
              Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                   2006, 2007

              B 1 Reply Last reply
              0
              • D Dave Kreskowiak

                You can't communicate with the card. It's considered media, not a device. The card read/write is the device. But that's neither here nor there. When inserted, the contents of the card will be exposed as part of the file system, usually a FAT32 volume. You can use any of the normal file/volume operations to get at the card.

                A guide to posting questions on CodeProject[^]
                Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                     2006, 2007

                B Offline
                B Offline
                Big Ralph
                wrote on last edited by
                #7

                I want to read it as a binary file all of it this will help me get to where i want in the file. any Ideas on how to do that? thx a lot.

                BiG RaLpH

                S 1 Reply Last reply
                0
                • B Big Ralph

                  I want to read it as a binary file all of it this will help me get to where i want in the file. any Ideas on how to do that? thx a lot.

                  BiG RaLpH

                  S Offline
                  S Offline
                  Steppo
                  wrote on last edited by
                  #8

                  Use the normal I/O operation to read the file inside the SD. Use the object File under the namespace System.IO Byez

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups