active questions tagged hardware - Stack Overflowmost recent 30 from stackoverflow.com2009-12-01T11:12:09Zhttp://stackoverflow.com/feeds/tag/hardwarehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1787117/deviceid-format-for-ps-2-mouse0deviceID format for PS/2 mousekingas2009-11-24T00:50:14Z2009-11-30T22:20:00Z
<p>I would like to know the DeviceID and PNPDeviceID format for PS/2 Mouse. On my system Device ID for PS/2 mouse is ACPI\PNP0F13\4&1F1D307&0. So is the format is ACPI\PNPxxxx{something} or some thing else? I mean is ACPI is mandatory for PS/2 mouse?</p>
http://stackoverflow.com/questions/47747/fastest-external-drives-on-the-market1Fastest external drives on the market? [closed]Tester2008-09-06T19:12:54Z2009-11-30T14:32:32Z
<p>What are the fastest external drives on the market today that you recommend and is an eSata interface important or will USB 2.0 cut it?</p>
http://stackoverflow.com/questions/158875/low-energy-low-cost-24-7-hardware-linux-box27Low energy, low cost 24/7 hardware linux box?Luis Soeiro2008-10-01T17:54:57Z2009-11-27T18:08:08Z
<p>Folks</p>
<p>What kind of hardware do you know of that can provide:</p>
<ol>
<li>Very low power consumption (< 5W);</li>
<li>Silent operation;</li>
<li>Low cost;</li>
<li>Compatibility with a major linux distribution, such as debian;</li>
<li>Internal Solid state disk for booting the OS and basic applications;</li>
<li>External or internal ports to plugin high capacity HDs (Sata ou USB), for downloads and file serving;</li>
<li>Two Ethernet ports (for routing and firewalling);</li>
<li>Optionally a Wifi-port</li>
</ol>
<p>My guess is that some kind of ARM-based machine would work. I've even given some thoughts on using an old notebook or WindowsCE machine.</p>
<p>Ideally, I want to leave it always on. I want to ssh to it to manage it and maybe run a VNC server. Of course you can't have it all. If it is too slow to send a x264 signal to DVI out, it is ok. But I would like to run some VOIP sw on it.</p>
<p>So, do you know of anything that can be used to that purpose?
(please give some links, if possible)</p>
<p>Thanks
Luis Fernando</p>
http://stackoverflow.com/questions/1800994/getting-started-with-hdls-from-regular-programming1Getting started with HDLs from regular programmingearlz2009-11-26T00:57:43Z2009-11-27T12:57:29Z
<p>Hello, I've always kinda wanted to make my own microprocessor.. I've read <a href="http://stackoverflow.com/questions/632698/how-can-i-make-my-own-microcontroller">http://stackoverflow.com/questions/632698/how-can-i-make-my-own-microcontroller</a> .</p>
<p>I tried multiple times to learn some Verilog and VHDL. But for the life of me I just can not get my head around the language styles. I come from a C/C++/C# background and have dabbed some(with success) with doing functionalish programming with Ruby. </p>
<p>Can anyone suggest a book or online resource for teaching an HDL language from scratch(so that I can unlearn my procedural way of thinking) </p>
<p>Also, I am having trouble getting my head around exactly how to simulate an HDL program. There is nothing like printing or stuff in hardware, so what is the best way of testing programs without an FPGA(I'm going to order one of those sometime though!). How exactly does simulating it work? </p>
<p>Basically I'm just needing someone to help me get my head around HDLs and their simulation. </p>
http://stackoverflow.com/questions/1797113/why-does-multithreaded-file-transfer-improve-performance6Why does multithreaded file transfer improve performance?Heinzi2009-11-25T14:04:55Z2009-11-26T08:40:12Z
<p><b>RichCopy</b>, a better-than-robocopy-with-GUI tool from Microsoft, seems to be the current tool of choice for copying files. One of it's main features, hightlighted in the <a href="http://technet.microsoft.com/en-us/magazine/2009.04.utilityspotlight.aspx?pr=blog" rel="nofollow">TechNet article presenting the tool</a>, is that it <em>copies multiple files in parallel</em>. In its default setting, three files are copied simultaneously, which you can see nicely in the GUI: [Progress: xx% of file A, yy% of file B, ...]. There are a lot of <a href="http://www.labnol.org/software/richcopy-file-copying-tool-for-windows/8035/" rel="nofollow">blog</a> <a href="http://lifehacker.com/5180622/richcopy-enhances-windows-file-copying-with-advanced-rules" rel="nofollow">entries</a> around praising this tool and claiming that this speeds up the copying process.</p>
<p>My question is: <b>Why does this technique improve performance?</b> As far as I know, when copying files on modern computer systems, the HDD is the bottleneck, not the CPU or the network. My assumption would be that copying multiple files at once makes the whole process <em>slower</em>, since the HDD needs to jump back and forth between different files rather than just sequentially streaming one file. Since RichCopy <em>is</em> faster, there must be some mistake in my assumptions...</p>
http://stackoverflow.com/questions/859746/best-processor-for-sql-server1Best processor for SQL Server?ep41692009-05-13T18:54:56Z2009-11-25T19:20:46Z
<p>Our web app's db server (running SQL Server 2008) is starting to get pounded and so I would like to upgrade it to a better box. We will still probably be going with a hosted solution.</p>
<p>I know that the more RAM the better, but what about the processor? Is it better to have a multicore processor or one that's a little more server-oriented, like Xeon or Opteron?</p>
http://stackoverflow.com/questions/102714/what-was-your-first-home-computer91What was your first home computer?Adam Tegen2008-09-19T15:18:57Z2009-11-25T05:04:19Z
<p>What was your first home computer? The one that made you "fall in love" with programming.</p>
<p><hr /></p>
<p><strong>There are 300+ entries, many (most?) of which are duplicates.</strong></p>
<p>As with all StackOverflow Poll type Q&As, please make certain your answer is NOT listed already before adding a new answer - searching doesn't always find it (model naming variations, I assume). </p>
<ul>
<li><p><em>If it already exists</em>, vote that one up so we see what the most popular answer is, rather than duplicating an existing entry.</p></li>
<li><p><em>If you see a duplicate</em>, vote it down so the top entries have only one of each model listed.</p></li>
<li><p><em>If you have interesting or additional information to add</em>, use a comment or edit the original entry rather than creating a duplicate.</p></li>
</ul>
http://stackoverflow.com/questions/1524244/tool-for-drawing-timing-diagrams6Tool for drawing timing diagramsAlphaneo2009-10-06T08:14:36Z2009-11-24T19:50:49Z
<p>Recently as I am working with the hardware design group developing an ASIC. And I am drawing a lot of timing diagrams for which I am using Microsoft EXCEL to draw them, as it is easy to import to word document. But, things are getting more and more difficult with EXCEL.</p>
<p>My question?
How do you guys draw timing diagrams? Is there any easy tool out there?</p>
http://stackoverflow.com/questions/1511557/looking-for-hardware-that-will-easily-interface-with-my-net-code9Looking for Hardware that will easily interface with my .NET code.SkippyFire2009-10-02T20:09:13Z2009-11-24T19:14:07Z
<p>I'm a .NET C# developer looking to do some hardware interfacing/programming. I just want something super simple to mess around with. I have done one of those basic stamp projects, but I want something with less electrical work. A self-contained piece of hardware would be fine.</p>
<ul>
<li>I'm not really looking to do embedded programming... but that would actually be pretty cool if something was capable of running .net code.</li>
<li>I'm looking for something that would be easy to connect, hopefully via USB. Serial ports seems to be more hit or miss nowadays with laptops and netbooks.</li>
<li>Something I can easily send data to, <strong>like a mini LCD, or series of LED's</strong>.</li>
<li>Better yet would be something that provides feedback, like a temperature sensor.</li>
<li>The best would be something more featured that I could talk to. I would be able to send data to it, and it would send back responses. Maybe something like a servo that could report it's position? Or maybe something that I could set parameters on?</li>
</ul>
<p>Any ideas? Thanks in advance!</p>
http://stackoverflow.com/questions/1788346/what-disk-layout-works-fastest-for-visual-studio-development1What disk layout works fastest for Visual Studio development?JeremyMcGee2009-11-24T07:04:43Z2009-11-24T07:26:48Z
<p>So my laptop hard drive reported a bad cluster last week, which is never a good sign.</p>
<p>I'm going to be shopping for a hard disk, and I may as well plump for the upgrade to Windows 7, which means a reinstallation of Visual Studio and everything else. </p>
<p>This particular laptop has space for two hard disks, so I was thinking about an SSD drive in one and a larger fastish (7.2k) drive in the other. </p>
<p>Where should Visual Studio best go in this arrangement? And what about "special" folders like %TEMP%? Does it make sense to use a ReadyBoost USB stick when your pagefile is already on an SSD? Should the database server and files live on the hard drive? Should I get concerned about the SSD wearing out?</p>
<p>Thanks all...</p>
http://stackoverflow.com/questions/1761676/java-hardware-interrupt-handling1Java Hardware Interrupt HandlingSigh..It's Urgent2009-11-19T08:07:38Z2009-11-23T23:39:23Z
<p>I would like to know if it is possible to automatically invoke a Java method when a hardware interrupt is raised.</p>
http://stackoverflow.com/questions/1786800/huawei-mobile-connect-e1700Huawei Mobile Connect E170IndexController2009-11-23T23:31:18Z2009-11-23T23:31:18Z
<p>I am trying to receive SMS messages with a Huawei Mobile Connect, Model: E170 device through hyper terminal but can't. </p>
<p>I used the below commands to initialize the modem:</p>
<p>AT+CMGF=1
AT+CNMI=2,2,0,0,0 (But this gives me this error: +CMS ERROR: 303)</p>
<p>This same commands working on my nokia N70, 6630 and many other nokia models i can't remember.</p>
<p>I know the modem can receive and send SMS messages, but how do i do it?</p>
http://stackoverflow.com/questions/795724/is-there-any-advantage-to-having-more-than-16gb-ram-on-a-windows-dev-machine5Is there any advantage to having more than 16gb ram on a Windows Dev machine?Robert Kozak2009-04-27T23:51:04Z2009-11-23T20:34:17Z
<p>Assuming a machine (Dual Quad Core Xeon (2.26GHz) with 24GB RAM) running Windows Server 2008 and Hyper-V. How many VMs can I expect to run at the same time with good performance.</p>
<p>Is this overkill? Can you really have too much RAM?</p>
<p>Assuming 2GB per VM thats around 16GB for the VMs with 8GB left over for the Main OS and Hyper-V. </p>
<p>Sound about right?</p>
<p><hr /></p>
<h3>Edit:</h3>
<p>Tried to make the question sound less like bragging. Was never my intention. Its a hard question to write. </p>
http://stackoverflow.com/questions/41490/web-proxy-appliance0web proxy appliancepalm3D2008-09-03T11:38:25Z2009-11-22T21:48:27Z
<p>I'm looking for a cheap, simple, reliable web proxy appliance. Just a box that plugs into power and ethernet, and that redirects HTTP traffic to other existing web servers. It's intended for low volume web sites.</p>
<p>Should I</p>
<ul>
<li><a href="http://www.codinghorror.com/blog/archives/001156.html" rel="nofollow">build a tiny, ultra low power pc</a> to do this</li>
<li>buy a cheap consumer-level router with this feature</li>
<li>buy a dedicated enterprise-level appliance</li>
</ul>
<p>Please indicate which solution you recommend (hardware and/or software), and feel free to share any experiences.</p>
<p>[not sure if this question belongs on stackoverflow, but I guess the web developer crowd might have some experience with this]</p>
http://stackoverflow.com/questions/1775648/how-to-get-info-about-my-network-software-hardware0How to get info about my network software & hardware ? [closed]j.kane2009-11-21T14:43:01Z2009-11-21T16:48:38Z
<p>I have a lot of computers in my network and i need to get info about the software and hardware installed on all of them Is there any software to make such network inventory and audit?</p>
http://stackoverflow.com/questions/53132/mouse-for-programmer26Mouse for programmeraku2008-09-09T23:26:19Z2009-11-21T11:09:45Z
<p>We have <a href="http://beta.stackoverflow.com/questions/687/keyboard-for-programmers" rel="nofollow">discussed</a> keyboards. But take a look at the small piece of plastic to the right (or left :) ) of your beloved keyboard! This humble creature helps you to draw nice forms, and click all around the web. Real programmer mouse must be precise and comfortable, so which mouse would you make a companion to your keyboard?</p>
<p>Currently I'm in love with this fat member of mice family:<br />
<strong>Natural wireless laser mouse 6000</strong><br />
<img src="http://www.microsoft.com/hardware/mouseandkeyboard/images/products/nwlm6k/mk_productfeatures_nwlm6k.jpg" alt="Mouse" /></p>
http://stackoverflow.com/questions/317731/cuda-vs-fpga6CUDA vs FPGA?Fredriku732008-11-25T15:35:10Z2009-11-20T12:47:34Z
<p>I am developing a product with heavy 3D graphics computations, <strong>to a large extent closest point and range searches</strong>. Some hardware optimization would be useful. While I know little about this, my boss (who has no software experience) advocates FPGA (because it can be tailored), while our junior developer advocates GPGPU with CUDA, because its cheap, hot and open. While I feel I lack judgement in this question, I believe CUDA is the way to go also because I am worried about flexibility, our product is still under strong development.</p>
<p>So, rephrasing the question, are there any reasons to go for FPGA at all? Or is there a third option?</p>
http://stackoverflow.com/questions/1759687/best-book-on-bit-magic1Best Book on Bit MagicThomas Ahle2009-11-18T22:43:08Z2009-11-19T22:33:41Z
<p>Hi,
I'm continiously impressed with the bitmagic used in chess engines, 3dgames and other highly optimized codebases.
I've tried to read about IEEE and the <a href="http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=bitManipulation" rel="nofollow">article at topcoder</a>, but I would like a more elaborate material, like a book.</p>
<p>Do anybody know such a book, that describes the layout of IEEE, the bit tricks and the math behind them?</p>
http://stackoverflow.com/questions/1764652/wmi-how-to-differentiate-between-wireless-mouse-and-touch-screen0WMI: How to differentiate between Wireless mouse and touch screenkingas2009-11-19T16:33:23Z2009-11-19T16:33:23Z
<p>I am using Win32_PointingDevice class to detect mice connected to the system. I ran my device discovery script on a machine which has touch screen. The discovery shows up with 3 pointing devices, directly connected USB mouse, wireless mouse and touch screen. My question is how to distinguish between USB mouse with touch screen. </p>
<p>If Win32_PointingDevice class doesn't provide information then are there any other methods which I can use to get mouse and touch information.</p>
<p>This is extension to my previous question at <a href="http://stackoverflow.com/questions/1746689/wmi-class-for-wireless-mouse">http://stackoverflow.com/questions/1746689/wmi-class-for-wireless-mouse</a></p>
http://stackoverflow.com/questions/1492650/which-easy-programming-language-to-use-for-parallel-port-programming-under-linux0Which easy programming language to use for parallel port programming under Linux?furtelwart2009-09-29T13:42:27Z2009-11-19T07:16:38Z
<p>My father would like to use Ubuntu for LPT programming (via a relay card). He is used to QBasic and PowerBasic but willing to learn a new (simple) language for his goals.</p>
<p>What recommendations can you give me for this task?</p>
<p><strong>Python</strong> would be my favourite if the module <a href="http://pyserial.sourceforge.net/pyparallel.html" rel="nofollow">pyParallel</a> worked. If there are other modules available for Python, let me know.</p>
<p>I cannot change the hardware, it's a requirement to only change software.</p>
<p>Thanks in advance for any hints!</p>
http://stackoverflow.com/questions/1711769/do-bitwise-operations-distribute-over-addition1Do bitwise operations distribute over addition?gct2009-11-10T22:41:17Z2009-11-18T15:43:00Z
<p>I'm looking at an algorithm I'm trying to optimize, and it's basically a lot of bit twiddling, followed by some additions in a tight feedback. If I could use carry-save addition for the adders, it would really help me speed things up, but I'm not sure if I can distribute the operations over the addition.</p>
<p>Specifically if I represent:</p>
<pre><code> a = sa+ca (state + carry)
b = sb+cb
</code></pre>
<p>can I represent (a >>> r) in terms of s and c?
How about a | b and a & b?</p>
http://stackoverflow.com/questions/1229869/good-books-covering-hardware-for-programmers1Good books covering hardware for programmersdotnetdev2009-08-04T20:52:07Z2009-11-17T16:01:59Z
<p>I am a .NET developer for a company providing managed services. This means we provide hosting, connectivity, security services, bandwidth and monitoring.</p>
<p>As a result, the hardware stuff is not abstracted away from my daily duties. I still have to know what load balancers are, switches, firewalls, etc. I know most - not all - of this. Even though it is not programming, if any hardware/system is effecting the uptime/availability of a system I program against, then this is partly my problem. Hence I need to know about hardware.</p>
<p>What books are there which explain the following for programmers (so not inside out but to a reasonable depth):</p>
<p>-Hardware involved in hosting (I have scalable internet architectures which does this, any others? That book is small and so not as in depth as possible).</p>
<p>-Hardware in PCs - memory, CPUs and how they work in depth. Pragmatic Bookshelf have a book called Inside Computer Electronics and OReilly have Inside The Machine. I am not sure how relevent these books are.</p>
<p>Windows Internals Fifth Edition seems very relevant though I don't know if it was intended for programmers at all (will find out).</p>
<p>Any good recommendations? I am sure there are previous threads on this but I can't find them (not even in the related questions which have just popped up).</p>
http://stackoverflow.com/questions/1472108/hardware-recognition-in-user-space-linux3Hardware recognition in user space Linuxamitp2009-09-24T14:33:22Z2009-11-17T15:58:42Z
<p>I want to be able to inspect my Linux machine hardware in C.
How do I get the information that appear in dmesg in C ?
For example, for keyboard the message is input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
I want to get in my program the label, AT Translated Set 2, and the path, /devices/platform/i8042/serio0/input/input0.
Any idea how to do so ?</p>
<p>amit</p>
http://stackoverflow.com/questions/1352673/how-to-turn-on-a-single-arduino-port-using-c2How to turn on a single Arduino port using C#?d2viant2009-08-29T23:57:01Z2009-11-16T17:24:52Z
<p>I have an Arduino Duemilanove USB. I have just a single LED wired up to a single port on it. I want to use C# to turn on this LED. Does anyone have a simple example of how to do this? Just the most basic on/off code is what I'm looking for.</p>
<p>On a side note, I know there are some libraries written for .NET communication with Arduino. The ones I've found all use Firmata and I cannot get the Firmata library to work at all with my Arduino, so I'm looking for a straightforward example using just a raw Serial command.</p>
http://stackoverflow.com/questions/1740291/low-power-compliance-specific-to-programmers0Low power compliance specific to programmers [closed]Alphaneo2009-11-16T05:46:02Z2009-11-16T05:46:02Z
<p>For a long time, I know that Energy Star program has been around as a compliance program for electronic gadgets. Mostly related to IT.</p>
<p>If possible, Can we enumerate all such compliance programs available.</p>
http://stackoverflow.com/questions/1606102/arduino-lightweight-compression-algorithm-to-store-data-in-eeprom6Arduino: Lightweight Compression Algorithm to store data in EEPROMRngTng2009-10-22T09:41:20Z2009-11-15T05:10:35Z
<p>I want to store a shitload of data onto my Arduino whith ATmega168/328 Controller, but unfortunately there's only 256KB / 512KB of EEPROM storage. </p>
<p>My idea is to make use of an compression algorithm to strip down the size. But well, my knowledge on compression algorithms is quite low and my search for ready-to-use libraries failed.</p>
<p>So, has anybody had experience with that and can recommend me a good way to optimize the storage size?</p>
http://stackoverflow.com/questions/1730738/determine-vram-size-on-windows0Determine VRAM size on windowsima7472009-11-13T17:27:09Z2009-11-13T17:49:02Z
<p>I need to determine roughly how much VRAM a system's graphics card has. I know all the reasons why I shouldn't but I do. It doesn't need to be perfect (some cards lie etc.) but I need a ballpark. On mac it's fairly easy through core graphics and IOKit to just politely ask how much VRAM is attached to a display, but I haven't a clue on windows. I suspect DirectX can tell me somehow since DxDiag has a fair guess...</p>
<p>And again, I know I shouldn't need to know, but I do.</p>
<p>Any help would be GREATLY appreciated.</p>
http://stackoverflow.com/questions/1707163/read-data-from-usb-bit-by-bit0Read data from USB bit by bitalex2009-11-10T11:04:50Z2009-11-13T10:14:34Z
<p>I'm looking for a software/hardware solution to read all data from a USB port bit by bit. A friend has some custom hardware that sends data via USB when some events fire (for an event a single bit is sent).</p>
<p>How can I read that data from the USB port?</p>
http://stackoverflow.com/questions/1724501/need-advice-on-new-development-system-and-os0Need advice on new development system and OSRichard2009-11-12T18:51:39Z2009-11-12T20:05:20Z
<p>Hi,</p>
<p>I am going to be starting a new job soon and the company has previously had hobbyist developers working on their applications and as such not had to worry about supplying equipment for the developers.</p>
<p>Having spoken to them they seem to understand that I will need a reasonable system in order to ensure I am both as productive as possible and happy working there. I will be working both in there office and from home (about 50:50) so I need to ensure that I pick a setup which allows me to work comfortable from both.</p>
<p>One option I have is to use a dedicated workstation at the office with dual screens which I can use in the office. As I will be using SVN I could then work on my own systems at home so long as I make sure I check my code in every night.</p>
<p>Another option is for them to get me a new laptop which would be something like (dual core, 4gb ram, 1920x1200) and an external monitor so I can at least use 2 screens (even if they are not the same size)</p>
<p>Another option I am toying with right now, as I need to replace my old work laptop (I work freelance in addition to this job) is to finally make the move over to OS X and get myself a Mac Book Pro. Therefore my thought here would be to see if they are willing to buy a 27" iMac which I can use to run some VM's etc in along with other services (db, unit testing etc) and I can then use its monitor with the Macbook while at the office. </p>
<p>I could then take the work to and from the office and hook up the laptop to monitors at home and have a dedicated machine to run other intensive tasks.</p>
<p>I am hoping someone can help me decide which route would be best to try and recommend the company to go. In summary the options are:</p>
<ul>
<li>A dedicated dual screen workstation</li>
<li>A dedicated work laptop and external monitor</li>
<li>A compromise with me supplying the laptop and them a desktop/monitor</li>
</ul>
<p>In all 3 I would hope to still be able to edit and maintain code etc from home with code being in SVN. I think the main issues will be where email and documents go so I can have them on me all the time...maybe solved using Google apps or something</p>
<p>Thanks for any advice any of you might be able to provide.</p>
http://stackoverflow.com/questions/1724001/input-from-4-different-mice0Input from 4 different miceCarl Smotricz2009-11-12T17:34:07Z2009-11-12T19:01:49Z
<p>I need to build a simple app that takes (click only) input from 4 USB mice connected in addition to the built-in touchpad on a notebook. My preferred operating system for this setup would be Linux.</p>
<p>Any idea how I might be able to discern in an application which mouse a click came from? I'm open to C programming or whatever it takes. It's a simple, one-off project, so nothing too elaborate though.</p>