Questions tagged [plug-and-play]

36 questions
0
votes
1 answer

How to build Plug and play MVC applications?

Building an MVC web application. Will be a single page app highly driven by javascript (require.js, pager.js, jquery, knockout, etc). This application would have its own built-in pages, controllers, etc - and would need to be able to accept…
0
votes
1 answer

Simple Universal Plug and Play ( uPNP ) to find Raspberry Pi on Network

I have a RaspberryPi connected to my home network via WiFi with a dynamic ip address. I then have my iPhone connected to the same network also via WiFi. The Pi has a lightweight c++ HTTP server running on it that can execute commands. I now want to…
PhilBot
  • 748
  • 18
  • 85
  • 173
0
votes
2 answers

locating base address of PCI Parallel port

I'm developing an application for DOS. I need to communicate via parallel port. Currently I'm stuck at how can I determine which of the PCI function's BAR(Base address registers) contain the base address(ie data port address) for that parallel port?…
jacks
  • 294
  • 3
  • 15
0
votes
1 answer

How to detect when an audio device has been plugged and unplugged?

How to detect when an audio device has been plugged and unplugged using C#?
lokesh
  • 27
  • 1
  • 11
-2
votes
1 answer

is there a way to do plugnplay for arduino?

First Thanks in advance. Is there a way for an Arduino board to detect what other boards are attached (such as infrared, or servo motor etc) or simple things such as led or push buttons? Basically is there a way to do Plug N Play? I would like to…
quinn
  • 177
  • 1
  • 2
  • 13
-3
votes
1 answer

How to write an application to control a driver which is pnp and in kmdf?

so I will detail so that we can easily understand I have to make a driver for a pcie card, I already have the driver that I wrote in kmdf, now I am using this driver, unfortunately I find myself stuck, I have to write an application (which for…
1 2
3