Programming questions related to the physical components of a computer. Please specify the model of your hardware in your question.

learn more… | top users | synonyms

0
votes
1answer
44 views

Moving from MS Access to SQL Server

I'm an Access developer tasked with learning SQL server and giving the requirements for the server. My question for the community is a recommendation on what server specs I might recommend for the ...
-3
votes
0answers
24 views

Windows Phone 8 hardware requirements [closed]

Is there a document somewhere, much like the Android Compatibility document, that will specify what internal hardware a Windows Phone MUST or SHOULD carry in order to be allowed to run Windows Phone ...
0
votes
0answers
12 views

Boot process interference

I am writing a boot loader and get some wierd system behavior. After loading bootstrap code and switching to the protected mode the system just throws Invalid Opcode interrupt. The code works fine ...
3
votes
1answer
39 views

Control hardware via php

I am trying to control my COM port directly via PHP. I have a Linux ubuntu server and LAMP. I use this php serial class to communicate with the port (http://code.google.com/p/php-serial/). My question ...
-1
votes
0answers
9 views

Motherboards and its different type in devices [closed]

I have been asked a question in the class that how does a motherboard different between these three devices: Laptop, netbook and tablets. Please give a response because I search every site for this ...
0
votes
1answer
36 views

How to get the BaudRate of the device?

I'd like to know if there is a way to get the Baud Rate when it's connected on the RS232 port BEFORE you initialize the SerialPort class and set it's values. Let me try to explain the reason for ...
-7
votes
0answers
52 views

Total remote control of mouse

Let's say I have one computer I want to control with mouse, and another comp that I whant to use instead of mouse. So I c making USB to USB connection between two computers. Can I somehow to make a ...
0
votes
2answers
54 views

Reading data from a RS232 port with RFID

UPDATE I'm reading an RFID Card, and signing it's value into my textbox.text. It's working in the first time I pass the card in my RFID Reader, but form the second time I pass the card, instead it ...
0
votes
0answers
38 views

Why HardwareIdentification class doesn't return unique hardware ID?

I was just surfing Stack Overflow and read two question regarding identifying device using HardwareIdentification class. But today I got to know that, hardware ID is different in every app. So anyone ...
0
votes
0answers
18 views

Triggering an android app using external wireless hardware

I am planning to make an android app which will perform certain task when it gets trigger from some external wireless hardware. First of all is this possible if yes then from where I should start? ...
-2
votes
0answers
11 views

Issue with Num Pad [closed]

I have a problem with my numpad. In fact, when I start up my computer the Num. Lock. button works fine, I can use it to activate the num pad and I even can type my password using the num pad but after ...
0
votes
1answer
21 views

How can I get my CPU's branch target buffer(BTB) size?

It's useful when execute this routine when LOOPS > BTB_SIZE, eg, from int n = 0; for (int i = 0; i < LOOPS; i++) n++; to int n = 0; int loops = LOOPS / 2; for(int i = 0; i < loops; ...
0
votes
0answers
13 views

Is there any way to read PCIe WAKE# pin status (in Linux)?

I have a custom PCIe add-on card (it is an FPGA prototyping board) and it outputs some signal to PCIe WAKE# side-band pin. Is there any way to read the state of that pin on the host system (as PCIe ...
-2
votes
1answer
12 views

Chipset compatibility LGA1155 [closed]

My question is this: If I have got a 1155 CPU, let's say Core I5, And I want to choose the motherboard for it, they all have different chipsets. Would any CPU on 1155 socket work with any 1155 ...
1
vote
1answer
35 views

reduction in the lifetime of a hard drive from using os.walk

Is there any problem with running the following script on a timer over a whole external disk drive? EXTERNAL_DRIVE_DIRECTORY = "E:\Files" # get all of the files in a top level directory of a hard ...
0
votes
2answers
48 views

How to display a 14 bit output onto a 2 digit display?

I have a analogue to digital converter that after conversion stores its results in two 14 bit registers. I have to display this value onto a 2 digit 7 segment display. Here is the simulation showing ...
-2
votes
0answers
26 views

Book on modern PC architecture [closed]

I need an advice on a book covering modern PC architecture. Specifically i want to read up on things like PCI, ACPI, APIC, SATA, etc and how it all fits together. I have tried books like Computer ...
0
votes
1answer
25 views

Which IO port for coding engines, sensors

I would like to control some physical engines, switches on/off, lights through a self written C API. I already have a very general overview of how to achieve this: Use the kernels abstraction, write ...
0
votes
0answers
16 views

Prevent/detect usb flash cloning/restoring

I have an issue regarding developing a secure way of doing licensing for a software application. This application would allow the user the possibility to use some how of "offline licenses" for ...
0
votes
3answers
94 views

Assist me in converting the read values from array to ascii?

#include<stdio.h> #define msize 4096 struct memory { int a[msize]; }; void read(struct memory *m) { int i; for(i=0;i<sizeof(msize);i++) { scanf("%d",&m->a[i]); } } int main() { ...
-2
votes
2answers
38 views

Is it feasible to make a desktop run entirely on RAM? No solid state or disk drive [closed]

Is it feasible to run all of a desktop computer's software, including the operating system, in random access memory? I know that it is possible to fit a small operating system like Puppy Linux on RAM ...
-1
votes
0answers
14 views

sony vaio keyboard backlit hardware [closed]

I have a sony-vaio(VPCF115FM),I upgraded it to win 8 but the light sensor is not working,I installed the control center,No adjustment backlit kb,When I press any key on the keyboard lighting is ...
-1
votes
3answers
94 views

how to read values from a structure in C

#include<stdio.h> #define msize 4096 struct memory { int a[msize]; }; void main() { struct memory m; m.a[0]=250; // temperature value of 25,0 m.a[4]=01; // heater status OFF ...
-3
votes
0answers
14 views

Networks vs Hardware Engineering stream selection [closed]

I am currently studying electrical and computer engineering and am supposed to select my areas of focus for 3rd and 4th year. We have a generalized curriculum for the first two years. I am really ...
3
votes
4answers
68 views

Do multiple CPUs compete for the same memory bandwidth?

In a multi-CPU machine, do the different CPUs compete for the same memory bandwidth, or do they access DRAM independently? In other words, if a program is memory bandwidth limited on, say, a 1-CPU ...
-2
votes
0answers
45 views

Magento Hardware Sizing [closed]

I am starting a Magento website from scratch, but haven't idea about hardware sizing selection. I have done lots of googling around internet but doesn't find any perfect solution. Basically i am ...
-1
votes
1answer
36 views

Can I control the current in a Cat5/6 cable? [closed]

We have a motorized table at work. The motor is controlled by a small control panel which is connected through a regular cat5/6 cable. I dissected the cable and found that by connecting certain wires ...
1
vote
0answers
119 views

How do I find the effective Hertz rating of a processor along with L1 cache units? [closed]

So, I have looked over my whole textbook (even chapters unrelated to this question just to make sure) and couldn't find a tiny bit of hint. What I am given is: Processor speed: 2 GHz L1 ...
1
vote
2answers
30 views

How to make a new activity when someone clicks on the hardware button menu settings

I have a project and if someone clicks on the hardware button menu, three different options appear: <item android:id="@+id/action_settings" android:orderInCategory="100" ...
0
votes
0answers
18 views

Onboard Graphics or Graphics Card [migrated]

I have a computer with a onboard graphics card which I use for a server. It doesn't have a monitor so I connect to it via VNC. My question is, if I install a graphics card, will the computer use the ...
-5
votes
3answers
36 views

how to make htdocs folder accessible over internet [closed]

Hello Friends , I use to display my website by giving this link ...
0
votes
2answers
37 views

Machine Independency

Let's think about a simple C program compiled in Windows. I can compile the program on an Intel CPU machine and run it on an AMD CPU one (same operating system). So does it mean that the instruction ...
-1
votes
0answers
12 views

How to reduce chance of harddisc failure? [closed]

Recently i found a question "which file system technichs can reduce chance of disc failure?" But i did not found an answer. The only things that i could suggest is using RAID and protect power level. ...
-3
votes
0answers
31 views

How to write on the CTS pin in RS232 [closed]

I have to implement a simulator(don't care about the language excluding matlab ;p) which send a signal on the CTS pin every second. Does anybody know how to do that ? Thanks :) SOLUTION : CTS is ...
0
votes
2answers
62 views

Using webcam as a sensor

I have started playing Starcraft II recently and I come up with a problem that is more interesting for me now then the game itself. There are 3 ways to control the camera in the game: Keyboard keys ...
0
votes
0answers
49 views

Hardware/BIOS serial number [closed]

If I update my BIOS, does the BIOS serial number change? I am wanting to know this because I am making a software registration and would like to get some hardware IDs of hardware items that do not ...
0
votes
0answers
14 views

Android devices supporting GetSize and GetPressure

I was looking for a set of Android devices that support GetSize and GetPressure and actually returns non constant values. I've searched and there doesn't appear to be a comprehensive list. Maybe this ...
-2
votes
0answers
12 views

NMI:Parity Check/memory Parity error [closed]

During the windows start-up process the computer Show this below message. Hardware malfunction call your hardware vendor for support. NMI:Parity Check/memory Parity error . the system has halted. ...
0
votes
1answer
58 views

The accessing time of traversal a array via a constant length

I want to measure the speed of the cache (I asked a question about that), so I write this code: #include<cstdio> #include<ctime> #include<windows.h> const int mod = 100000007; ...
0
votes
1answer
41 views

Am I right thinking that modern consumer graphics cards use exactly the same GPU structures for actual graphics rendering and bare computations?

Am I right thinking that modern consumer graphics cards (say those conventional nVidia and ATi models) use exactly the same GPU structures and operations for actual graphics rendering (through ...
-1
votes
0answers
36 views

Hardware running gpl code [closed]

Let's say I am selling hardware that uses the linux kernel. Do I have to state somewhere that it is running linux(or other gpl code)? The reason I am asking this is because I bought a television, ...
-2
votes
0answers
20 views

Custom motherboard [closed]

I have this custom motherboard that I want to access the harddrive to install linux on it. How can I accomplish that? :) It has two usb ports, i plugged both keyboard and mouse but they didn't show ...
1
vote
0answers
80 views

What's the difference between DMA Controller and I/O processor

Given the starting memory address & word count DMA controller transfers data while the CPU works on some other process. The Input Output processor too handles I/O processes given the starting ...
-1
votes
0answers
107 views

How to update nvidia control panel when receiving error regarding incompatible hardware? [closed]

I have just bought a new laptop with NVIDIA GeForce GT 640M. I want to update the nvidia control panel to version 314.22 whql. But when i do so i get the error: "the graphics driver could not find ...
-2
votes
0answers
15 views

Fish Eye Ideal Hardware and Storage requirements [closed]

Having FishEYE 2.9.. need to know what would ne the best platform for the FISHEYE to run..what would be the ideal hardware requirements for a FIsheye dedicated servers
0
votes
0answers
93 views

Writing own SVC calls ARM assembly

I would like to know the proper way of writing SVC calls on an ARM-based microcontroller. My understanding so far is that ARM has an exception vector table, meaning that the first instructions in any ...
0
votes
1answer
18 views

Emulate clock with second channel of system timer

Is it possible to emulate clock(with seconds, mins, hours) using second channel of system timer? On x86 architecture.
1
vote
1answer
47 views

SPI data transfer - why MOSI goes to zero half cycle before the data transfer?

I have an SPI signal output from a SPI device. I wonder why the data output (MOSI) goes to 0 half cycle before the actual data is written on the bus? Is it a must condition for an SPI device? If it ...
-2
votes
0answers
16 views

Kindly differentiate [closed]

I bought dell d620 recently which shows this Intel® Core™2 CPU T7200 @ 2.00GHz × 2 as processor.Is it core 2 duo or different than it.If it is different can someone help me out in understanding the ...
0
votes
0answers
14 views

Super IO configuration Map

I am looking for a MAP for Super IO configuration registers, which can explain what configuration contents mean. For example, I know the seventh byte of the configuration specifies the Logical ...

1 2 3 4 5 32