Questions tagged [hardware-interface]

200 questions
4
votes
6 answers

Is there a virtual/dummy IMAQ camera for LabVIEW?

I'm writing LabVIEW software that grabs images from an IMAQ compatible GigE camera. The problem: This is a collaborative project, so I only have intermittent access to the actual camera.I'd like to be able to keep developing this software even when…
AndyL
  • 14,302
  • 14
  • 43
  • 70
4
votes
2 answers

How to get the address of mmap-ed memory in Python?

I cannot figure how to get the virtual address of the standard mmap objects in Python (from the mmap module). The documented methods only seem to access the memory as array of bytes or as character strings. But I need to access the mmap'ped memory…
ddbug
  • 1,392
  • 1
  • 11
  • 25
4
votes
4 answers

Finding device base address to communicate via inb() and outb()

I am trying to communicate with a disk drive using inb(), inw(), outb() and outw() commands so I can find specific information about the drive. However, to use these commands, I need the correct I/O ports for the device. When I have the correct…
4
votes
2 answers

How to make the simplest software-controlled ON/OFF hardware with Java?

I want to make the simplest and most reliable on/off device controlled from a compuer software (Java). I was thinking about sinus sound singnal + RC filter with relay for specific frequency, but unfortunatelly I can't use sound card - it is already…
Piotr Müller
  • 5,323
  • 5
  • 55
  • 82
4
votes
2 answers

.NET compatible qr scanning devices

Does a scanning device exist which allows easy communication with the .NET framework? The scanning device needs to be: Portable (so it should be able to store data within itself until connected to a pc) Should be able to scan QR Codes, and display…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
3
votes
1 answer

Can we use External Accessory framework for wifi?

By searching and reading the documentation I found that I can connect to external device by bluetooth and USB port but I did not found any thing by connecting wifi . Can I use External Accessory framework for 1:My device is only supporting…
androider
  • 449
  • 2
  • 8
  • 21
3
votes
2 answers

COM vs WMI for Information providing

What is better method to use if I would like to provide the user with some information about my Hardware device. Should I develop a proprietary COM Library or should I develop a WMI provider?
Baget
  • 3,318
  • 1
  • 24
  • 44
3
votes
0 answers

How to preserve user choices between sessions in Google chrome?

It is possible to access certain types of privileged hardware in Chromium based browsers. Is there a way to preserve the devices that permission was granted to? Or does it have to be requested every time? Bluetooth and SerialPorts are examples. The…
xerotolerant
  • 1,955
  • 4
  • 21
  • 39
3
votes
1 answer

Integrate Fingerprint Scanner with Web Application

I want to Develop a web application, which accept fingerprint from client machine using any mouse with fingerprint scanner whose SDK supports ASP.NET. And this fingerprint will be cross verified at server side database to authenticate the user. Is…
user889247
3
votes
2 answers

How to detect external device in android

I want to write a program to detect any external device with which my android phone is connected. eg if I connect to computer to share though usb mass storage or if I connect for charging. Which API or package in android is responsible for hardware…
Sunil Kumar Sahoo
  • 53,011
  • 55
  • 178
  • 243
3
votes
1 answer

Forth - how to implement words to access bitfields in the hardware register?

I use Forth for interactive debugging and automatic initialization of the FPGA-based hardware (see https://github.com/wzab/AFCK_J1B_FORTH ). Last time I started to add the support for bitfields in the registers accessible via IPbus or Wishbone…
wzab
  • 788
  • 7
  • 24
3
votes
1 answer

Reading a 4 µs long +5V TTL from a parallel port -- when to use kernel interrupts

I've got an experimental box of tricks running that, every 100 ms or so, will spit out a 4 microsecond long +5V pulse of electricity on a TTL line. The exact time that this happens is not known ahead of time, but it's important -- so I'd like to use…
Landak
  • 904
  • 14
  • 26
3
votes
5 answers

iPhone as a robot controller

I have successfully used Pocket PCs in the past (using the serial port) to control simple robots (small rovers). Looking around here and on Apple's developer website, it seems that starting on 3.0, they do allow applications to communicate (and even…
Padu Merloti
  • 3,219
  • 3
  • 33
  • 44
3
votes
1 answer

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.
Mahendra Jella
  • 5,450
  • 1
  • 33
  • 38
3
votes
1 answer

read chip-id from pci- / pcie-card

A few months ago I had to write a small tool to program the eeprom of a rtl8139-card. It's basically the rtl8139-diag tool stripped down to read/write the eeprom. This tool has to be extend to be able to program the eeprom of rtl8101-cards now. This…
user156676
1 2
3
13 14