Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

42
votes
58answers
16k views

Mouse for programmer [closed]

We have discussed keyboards. But take a look at the small piece of plastic to the right (or left :) ) of your beloved keyboard! This humble creature helps you to draw nice forms, and click all around ...
5
votes
4answers
749 views

Compact Keyboard Recommendations?

Any recommendations for a high-quality compact (no number pad) keyboard, preferably $50 or less? Criteria: $50 or less Preferably with laptop-style keys (scissor switches instead of rubber ...
3
votes
1answer
52 views

Communication with an external (hardware) pushbutton

I would like to create an external pushbutton to use with one of my applications. My question does not focus on the hardware itself (that's why I'm asking it here), but on the software/communication ...
3
votes
1answer
3k views

How can I cycle a USB device from C#?

I'd like to cycle (simulate unplug and re-inserting) a USB device (modem) after a certain event has fired. I found a sample on codeproject: http://www.codeproject.com/KB/system/usbeject.aspx ...
2
votes
4answers
671 views

How to access devices on a client PC from a browser

What are the various ways to access devices on client PC - a barcode reader, a scanner, etc. - from a browser? I realize my users may need a plugin. These devices may have an API that is specific to ...
2
votes
2answers
158 views

Infinite timeouts or “fail fast” in custom network protocol?

Consider custom network protocol. This custom protocol could be used to control robotic peripherals over LAN from central .NET based workstation. (If it is important, the robot is busy moving fabs in ...
2
votes
3answers
151 views

With MVC, do interactions with autonomous peripherals belong in the Model or the Controller?

Using MVC with an observer pattern, if a user action requires polling a device (such as a camera) for data, should the polling be done in the Controller and the result passed off the Model or should a ...
1
vote
0answers
25 views

How to programmatically wake an external screen attached to an iPad

I'm developing a standalone kiosk that is composed of an iPad 2, and an external screen. I have the two connected by cable, and the iPad is locked in a special case to prevent it from disappearing. ...
1
vote
1answer
60 views

Java application on Windows system running as USB peripheral

Is there a way to have a USB device act as a Host and an application on a Windows based system to act as the Peripheral? We have a USB device that is the host and we need it to connect to our ...
1
vote
4answers
93 views

Best method for a webpage to access a mac's peripherals?

I'm building a web-based application that can use ActiveX Controls to print to a Thermal Label Printer (specific to shipping labels) in Windows environments, but I am racking my brain to figure out ...
0
votes
2answers
47 views

Can ruby manipulate and work with peripherals like webcams?

Can ruby manipulate and work with peripherals like webcams? I would like to create a system that uses a webcam. Is it possible to do with ruby?
0
votes
3answers
34 views

power strip with programmig interface? [closed]

As programmers we can do so much with software, but when it comes to a simple task like switching a lightbulp on and off, it gets tricky. But that's exactly what i want to do. Is there any power ...
0
votes
1answer
557 views

How to preview data from COM port with telnet or other windows tool

I would like to see what data come from COM serial port. Is it possible to do it with telnet or other windows tool? And if so, how to do it?