Top "Hardware-interface" questions

How do I connect to a terminal to a serial-to-USB device on Ubuntu 10.10 (Maverick Meerkat)?

I am trying to connect minicom to a serial device that is connected via a USB-to-serial adapter. This is a …

linux serial-port usb hardware-interface
Faking an RS232 Serial Port

I'm developing a project that has a number of hardware sensors connecting to the deployment machine through RS232 serial ports. …

windows mocking serial-port hardware-interface virtual-serial-port
How to Read RS232 Serial Port in PHP like this QBasic Program

I'm trying to port the following small QBASIC program (which works 100%) to PHP: OPEN "com1:2400,n,8,1,DS," FOR RANDOM AS #3 …

php hardware-interface qbasic
Control Philips Living Colors using PC

is there a way (hardware/software-combination) that I can use to control one or more "Philips Living Colors" lamps using …

api interface hardware-interface zigbee philips-hue
Any way to use HTML as an interface to a C/C++ program?

I'm developing a product that is interfaced over USB. I want to write a control app for it, but I …

html c hardware usb hardware-interface
How to access CPU's heat sensors?

I am working on software in which I need to access the temperature sensors in the CPU and get control …

c windows hardware sensors hardware-interface
"#include <asm/io.h>" causes "error: asm/io.h: No such file or directory"

I am using gentoo and trying to compile a program to control the bits on the parallel port. It has …

c hardware-interface gentoo parallel-port
How to connect to webcam in Java?

I have a form in which i want to capture the image of the person and display that image in …

java webcam hardware-interface
How to get Caller ID in C#?

I want to use 56K modem for getting telephone number of who calls the home phone. Is there a way …

c# serial-port modem hardware-interface caller-id
How to read RS232 port through PHP

I'm trying to make a connection using PHP socket libraries but its not working is there any alternate way. <?…

php hardware-interface