Tagged Questions

13
votes
20answers
1k views

Best way to get started with programming other things than your computer?

What is the best way to get started with programming things outside of your computer? I don't mean mainstream things like cell phones with APIs. Please assume working knowledge …
5
votes
13answers
790 views

What’s the smallest device I can program on?

I'm thinking of something smaller than a laptop that i can spend my hours on the way to work doing project euler problems or such. Any ideas?
4
votes
3answers
141 views

Get the full audio device name from Windows

Is there a way to get the full audio device name in Windows XP and later? I can use MIXERCAPS but the szPname member will limit to 32 characters (including NULL). For an audio dev …
4
votes
10answers
642 views

Cheap programmable GPS devices

I'd like to start a side project that involves programming with GPS devices. All that I need is a GPS device that can record its location every X seconds or minutes, save those lo …
4
votes
7answers
2k views

C# driver development?

Before I jump headlong into C#... I've always felt that C, or maybe C++, was best for developing drivers on Windows. I'm not keen on the idea of developing a driver on a .NET mac …
4
votes
5answers
2k views

Bash Pipe Handling

Does anyone know how bash handles sending data through pipes? cat file.txt | tail -20 Does this command print all the contents of file.txt into a buffer, which is then read by t …
3
votes
2answers
169 views

How might I receive notifications when a USB device is connected?

I'm writing a program to monitor a specific device. This device may or may not always be connected, and when connected may be connected to any one of several different ports; I'd l …
2
votes
4answers
559 views

Detect the specific iPhone/iPod touch model

I am making a game that utilizes the peer-to-peer bluetooth capabilities of the iPhone (and probably the iPod touch 2nd generation). However, to stop the users from trying to play …
2
votes
1answer
109 views

Multiple iPhone OS devices attached to one Mac — how to select for build

I have an iPod touch with OS 2.2.1 and an iPhone 3GS with OS 3.0 both attached to my Mac. They both show up in Xcode Organizer. I now would like to be able to select which one of t …
2
votes
3answers
257 views

How to detect the presence of a default recording device in the system?

How do I detect if the system has a default recording device installed? I bet this can be done through some calls to the Win32 API, anyone has any experience with this? I'm talkin …
2
votes
11answers
471 views

Mobile devices for developers

I need to develop some programs for mobile devices but haven't decided the platform to build upon. I'm looking for Palm or Pocket PC devices that have Touch screen and Wi-Fi connec …
2
votes
4answers
2k views

Find out which process has an exclusive lock on a USB device handle

I have a library that reads/writes to a USB-device using CreateFile() API. The device happens to implement the HID-device profile, such that it's compatible with Microsoft's HID cl …
1
vote
2answers
116 views

What are Java’s native ways of communicating with devices directly?

What are Java's native ways of communicating with devices or ports such as LPT1, COM1, USB directly?
1
vote
3answers
91 views

What are your favorite programmable portable devices?

Have you worked on portable devices? Palms, WinCE devices, cellulars, other embedded devices. Which offered the best experience developing for it? Thanks
1
vote
6answers
322 views

Developing for a Windows Mobile Phone, without a contract

Greetings! Anyway, My question, If you want to experiment developing for a Windows Mobile device, how would you go about testing your applications? I know there is a emulator but …

1 2 next
15 30 50 per page