26
votes
55answers
5k views
Mouse for programmer
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, a …
171
votes
179answers
26k views
Keyboard for programmers
I'm trying to improve my working environment and I'm still searching for that perfect keyboard that practically types bug-free code all by itself. At the moment I'm using a Logitec …
0
votes
2answers
68 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?
0
votes
1answer
472 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 …
3
votes
8answers
345 views
What kind of mouse and keyboard is best for a large handed programmer?
I am 6'6" (2meters) and of course have fairly large hands. I have read through the various mouse and keyboard posts here but none of them suggest hand size as a factor(on the large …
4
votes
4answers
266 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 instea …
2
votes
3answers
121 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 t …
