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. The Lounge
  3. Microcontrollers, Drivers and Why Vista sucked last night.

Microcontrollers, Drivers and Why Vista sucked last night.

Scheduled Pinned Locked Moved The Lounge
csharphardwarequestionannouncement
13 Posts 5 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.
  • S Simon P Stevens

    Would that be the "Skip obtaining driver from windows update" link that doesn't exist? No, I missed that one :laugh: Seriously though, As soon as I plugged in the hardware it popped up with the "configuring hardware" toast message. You could double click which brought up a window that said "searching windows update for drivers" and had a close button and that was it (Which by the way just closed the window and left it still searching). Right click didn't seem to do anything. Unplugging and replugging the hardware just seemed to restart(resume?) the search. Windows 7 has a skip button, but Vista doesn't seem to. (At least it doesn't on this particular laptop, perhaps it's a config thing, but it's not an option I've ever seen anywhere?)

    Simon

    L Offline
    L Offline
    leppie
    wrote on last edited by
    #4

    Simon P Stevens wrote:

    Windows 7 has a skip button, but Vista doesn't seem to. (At least it doesn't on this particular laptop, perhaps it's a config thing, but it's not an option I've ever seen anywhere?)

    Oops, my bad, missed the 'Vista' part :)

    ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x)))

    S 1 Reply Last reply
    0
    • S Simon P Stevens

      I'm doing a short 15 minute talk on microcontrollers[^] this evening. (Pop along if your interested and in the Birmingham area - You have to register but as a non-member you can come to 2 for free). So anyway, last night I was installing the required drivers on the laptop ready for the demos and Vista's suckiness came up and smacked me in the face. I had the drivers downloaded and ready, but when you plug in new hardware Vista searches Windows Update for the drivers. It takes around 5 minutes to search before it fails and gives you the option to pick a location. But the worst bit is that some of the microcontrollers host multiple USB "devices" and Vista searches separately for each one. 30 minutes to install drivers that I already had downloaded and took <2 minutes on my other PC.

      Simon

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #5

      unplug the network cable and install the drivers through device manager specifying the 'i will choose mutha!' option.

      "It is a remarkable fact that despite the worldwide expenditure of perhaps US$50 billion since 1990, and the efforts of tens of thousands of scientists worldwide, no human climate signal has yet been detected that is distinct from natural variation." Bob Carter, Research Professor of Geology, James Cook University, Townsville

      S K 2 Replies Last reply
      0
      • L Lost User

        unplug the network cable and install the drivers through device manager specifying the 'i will choose mutha!' option.

        "It is a remarkable fact that despite the worldwide expenditure of perhaps US$50 billion since 1990, and the efforts of tens of thousands of scientists worldwide, no human climate signal has yet been detected that is distinct from natural variation." Bob Carter, Research Professor of Geology, James Cook University, Townsville

        S Offline
        S Offline
        Simon P Stevens
        wrote on last edited by
        #6

        fat_boy wrote:

        unplug the network cable

        Good suggestion. Might try that next time.

        Simon

        1 Reply Last reply
        0
        • L leppie

          Simon P Stevens wrote:

          Windows 7 has a skip button, but Vista doesn't seem to. (At least it doesn't on this particular laptop, perhaps it's a config thing, but it's not an option I've ever seen anywhere?)

          Oops, my bad, missed the 'Vista' part :)

          ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x)))

          S Offline
          S Offline
          Simon P Stevens
          wrote on last edited by
          #7

          Yeah, I knew it sucked but I'd kinda forgotten how bad. I think I'm going to wipe it and stick Win7 on it tomorrow.

          Simon

          1 Reply Last reply
          0
          • S Simon P Stevens

            I'm doing a short 15 minute talk on microcontrollers[^] this evening. (Pop along if your interested and in the Birmingham area - You have to register but as a non-member you can come to 2 for free). So anyway, last night I was installing the required drivers on the laptop ready for the demos and Vista's suckiness came up and smacked me in the face. I had the drivers downloaded and ready, but when you plug in new hardware Vista searches Windows Update for the drivers. It takes around 5 minutes to search before it fails and gives you the option to pick a location. But the worst bit is that some of the microcontrollers host multiple USB "devices" and Vista searches separately for each one. 30 minutes to install drivers that I already had downloaded and took <2 minutes on my other PC.

            Simon

            Mike HankeyM Offline
            Mike HankeyM Offline
            Mike Hankey
            wrote on last edited by
            #8

            Break-a-leg What type of processor/development system are you using that you are able to use C#?

            Artificial Intelligence is no match for Natural Stupidity. http://www.hq4thmarinescomm.com[^] My Site

            S 1 Reply Last reply
            0
            • Mike HankeyM Mike Hankey

              Break-a-leg What type of processor/development system are you using that you are able to use C#?

              Artificial Intelligence is no match for Natural Stupidity. http://www.hq4thmarinescomm.com[^] My Site

              S Offline
              S Offline
              Simon P Stevens
              wrote on last edited by
              #9

              Thanks. The C# stuff targets the .Net Micro Framework[^] running on a Netduino[^]. It's a pretty cool bit of kit for the price.

              Simon

              Mike HankeyM 1 Reply Last reply
              0
              • S Simon P Stevens

                Thanks. The C# stuff targets the .Net Micro Framework[^] running on a Netduino[^]. It's a pretty cool bit of kit for the price.

                Simon

                Mike HankeyM Offline
                Mike HankeyM Offline
                Mike Hankey
                wrote on last edited by
                #10

                I just recently heard of and started researching the .NET Micro Framework and put it aside because the processors I am using for my current project is a ATMega328 and doesn't have near the horse power for running the NMF. ~$40 is not a bad price for the Netduino and to get started. Thanks for the heads up. Mike

                Artificial Intelligence is no match for Natural Stupidity. http://www.hq4thmarinescomm.com[^] My Site

                S 1 Reply Last reply
                0
                • Mike HankeyM Mike Hankey

                  I just recently heard of and started researching the .NET Micro Framework and put it aside because the processors I am using for my current project is a ATMega328 and doesn't have near the horse power for running the NMF. ~$40 is not a bad price for the Netduino and to get started. Thanks for the heads up. Mike

                  Artificial Intelligence is no match for Natural Stupidity. http://www.hq4thmarinescomm.com[^] My Site

                  S Offline
                  S Offline
                  Simon P Stevens
                  wrote on last edited by
                  #11

                  If you're thinking about using them just let me point out one gotcha I hit on when converting some code. Because the Netduino uses the USB port to support the live debugging in visual studio you cannot do serial communication with the PC over the USB cable. You have to buy/make a separate cable and connect it to pins 0/1 and do serial comms over than (With a USB-TTL serial cable[^] is the easiest way). There is discussion on the forums that suggests drivers are in the works that will support serial comms and debugging down the USB cable, (or at least some kind of switch so you can choose) but it's not certain.

                  Simon

                  Mike HankeyM 1 Reply Last reply
                  0
                  • S Simon P Stevens

                    If you're thinking about using them just let me point out one gotcha I hit on when converting some code. Because the Netduino uses the USB port to support the live debugging in visual studio you cannot do serial communication with the PC over the USB cable. You have to buy/make a separate cable and connect it to pins 0/1 and do serial comms over than (With a USB-TTL serial cable[^] is the easiest way). There is discussion on the forums that suggests drivers are in the works that will support serial comms and debugging down the USB cable, (or at least some kind of switch so you can choose) but it's not certain.

                    Simon

                    Mike HankeyM Offline
                    Mike HankeyM Offline
                    Mike Hankey
                    wrote on last edited by
                    #12

                    Thanks for the tip. I've got a USB/RS232 board so that won't be a problem. Just ordered book[^] from B&N. Downloaded the Framework and the NetduinoSDK and will take it for a spin. Thanks, Mike

                    Artificial Intelligence is no match for Natural Stupidity. http://www.hq4thmarinescomm.com[^] My Site

                    1 Reply Last reply
                    0
                    • L Lost User

                      unplug the network cable and install the drivers through device manager specifying the 'i will choose mutha!' option.

                      "It is a remarkable fact that despite the worldwide expenditure of perhaps US$50 billion since 1990, and the efforts of tens of thousands of scientists worldwide, no human climate signal has yet been detected that is distinct from natural variation." Bob Carter, Research Professor of Geology, James Cook University, Townsville

                      K Offline
                      K Offline
                      Kasson
                      wrote on last edited by
                      #13

                      It works fine if you unplug the network cable.

                      With Regards, Kasson

                      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