The interfacing tag has no wiki summary.
0
votes
3answers
62 views
Can you interface directly with the ADB?
I have had no luck finding Drivers to my HTC Desire phone (not X, S or whatever, but the first HTC Desire), and I can't make it work with my laptop for Android App testing.
I'd like to know if it's ...
0
votes
1answer
150 views
Fingerprint matching
I'm building a payroll system and would like to use fingerprint scanner to control time attendance.
I was wondering how it would interface with java web app. Is there a way to get the log in ...
3
votes
1answer
395 views
How to Interfacing SWI Prolog to the Visual Studio 2012
I have a program that interfacing SWI-Prolog in Visual Studio. Previously, I used VS2010 (XP) and everything works fine. Then I upgrade my VS to become VS2012 (Win7) and now I have a problem in my ...
3
votes
2answers
182 views
How to write python code to access input and output from a program written in C?
There is a program written and compiled in C, with typical data input from a Unix shell; on the other hand, I'm using Windows.
I need to send input to this program from the output of my own code ...
2
votes
1answer
107 views
making a Java application synchronize the contacts on the PC, when an android phone is connected to it
I do not know how to start building upon this simple idea :
When an android phone is connected to a PC, a Java application running on the PC detects the device and starts synchronizing the contacts ...
1
vote
1answer
197 views
Interfacing zigbee usb stick module with MSP430(Fingerprint Development Kit Texas instruments C5515)
I am developing a wireless finger print based attendance management system to be deployed in my university(National university of sciences and technology Pakistan). I want to use "ETRX357USB+8M ZigBee ...
0
votes
2answers
129 views
Can PHP can be use for building application like Kiosk Locker?
The php program should can control the locker to open or close by entering the correct credentials in kiosk application, seems like interfacing with hardware. Is this possible in php?
1
vote
1answer
126 views
How to interface a memory hardware to a C++ program?
If I have a special hardware unit with some storage in it is connected to the computer and is memory mapped, so that
its storage is accessible in the address range 0x55500000 – 0x555fffff how an I ...
1
vote
1answer
289 views
Use antivirus in the application to scan files
I was trying to develop an application in android which should use some antivirus to scan the files on the device. Have searched a lot on internet but couldn't found any. Anybody please suggest me ...
0
votes
1answer
418 views
C++ Excel saving workbook
I'm creating an Excel chart using C++. Im having problem with saving workbook with few sheets. Here is my code:
try
{
CoInitialize(NULL);
Excel::_ApplicationPtr XL;
...
0
votes
1answer
322 views
Is it possible to make a (non jailbroken) iPhone emit i2c commands?
I want to control a string of LEDs directly from my iPhone. The LED controller chips talk the i2c serial protocol.
Can I do this with Apple-supported APIs on a non-jailbroken iPhone? Which frameworks ...
1
vote
1answer
333 views
Interfacing Arduino with a Web app Ruby on Rails through wireless
I want to start a small project with my arduino. The idea is to have this communication flow:
arduino <-> wireless board <-> Wi-Fi router <-> Web Server <-> Ruby on Rails 3 <-> Smart ...
1
vote
2answers
707 views
Interfacing SugarCRM with OpenERP
I am currently working on a project whereby I have to make both openERP and SugarCRM talk to each other.
For example, if I add a new Account in SugarCRM, this account is also created in OpenERP...and ...
6
votes
2answers
377 views
What are the different options for interfacing C (or C++) with Python?
I know there are many ways to interface C function into Python: the Python C API, scipy.weave, ctypes, pyrex/cython, SWIG, Boost.Python, Psyco... What are each of them best for? Why should I use a ...
2
votes
1answer
115 views
Current State of MS Surface
I saw this question and it got me interested as surface caused a big fuss when Microsoft first showcased it, I worked for Microsoft at the time and we had a few of them in the office but they were ...
1
vote
2answers
377 views
USB and a personal-created device interfacing in Windows using C/C++
I know how to interface using the parallel port and also have a little idea on serial port interfacing. But is there a way to interface using the USB port in Windows? Or any links that would give ...
1
vote
1answer
403 views
SPI header File
I require the SPI header file so I may write a SPI master and slave for two PIC24FJ64GA002. I had one but I accidentally deleted it. Please may some one send me a link to download the header. As soon ...
1
vote
1answer
120 views
Serial Interfacing over IP for medical devices [closed]
Looking for help to connect and record and real time monitor the parameters data during the patients treatment. All our machines have a serial port and the manufacturer has provided us with the ...
8
votes
3answers
5k views
C: cross-platform RS232 serial library?
I am looking for an open source cross-platform library for working with the serial port in C, something along the lines of the awesome pyserial library (Unfortunately I have to use C for this ...
8
votes
4answers
542 views
programmatically controlling power sockets in the UK
It's very simple.
I want to plug a lamp into the UK mains supply.
I want to be able to power it on and off from software - say from serial port commands, or by running a command-line or something I ...

