device-emulation

How can I emulate a video capture device and provide dynamic video content?

I would like to emulate video input from a webcam for testing purposes. So I need to be able to emulate a software video capture device in Windows and be able to dynamically generate its output. How can I achieve this? I would prefer a solution in C# or C++. ...

Where is programmer's documentation for HP 7974 diagnostic codes?

I'm writing an emulation of the HP 7974 HPIB/GPIB tape drive. The documentation that I have shows that secondary address 31 (0x1F) is used for the self test functions, but I have not found any documentation that describes what those do. One of the legacy programs I run does some of those functions and I'd like to emulate the functions c...

Windows Mobile device incompatibilities - need suggestions for how to approach testing

I have a user who runs my application on a Samsung BlackJack with WM 6.1. He reports issues, like labels not appearing on forms, that I cannot reproduce on any of the emulators or the device that I am developing with (T-Mobile Shadow and WM 6.0). What are my options to reproduce and identify issues like that, without getting any offend...

Simulating a TWAIN Device

Our company is using some software that ONLY accepts input from an "Imaging Device" i.e. a TWAIN device (e.g. scanner). The problem is that we are receiving our files digitally, so using an actual scanner would require us to print, scan, and shred documents that we already have on the computer, but not in the software. I was curious if...

emulating a physical disk to speed up execution?

We have a command line exe that takes input from a text file and produces an output text file. It is used for complex industrial simulations. The source code for this exe is long gone. Now it was easy enough to create a .NET wrapper which controls the execution of this exe and links in with an external app via a web service. Unfortune...

How to make ARM9 custom device emulator?

Hi SO Friends, I am working on ARM 9 processor with 266 Mhz with fpu support and 32 MB RAM, I run linux on it.I want to emulate it on pc ( I have both linux and windows availabe on pc ). I want to profile my cycle counts, run my cross-compiled executables directly in emulator. Is there any opensource project available to create emulator...

Simulators/emulators for mobile browser testing on ubuntu / linux

I'm building the mobile version of a website and I want a way to test it. The problem with a lot of free emulators is that they are for windows. I know I could run them in wine, just wondering if there are native GNU/Linux applications. PS: I want to perform these tests locally, I'm not looking for online emulators. ...

Cannot run unit tests for an application developed with Compact Framework for Windows CE 6.0 platform

I'm developing a solution for Windows CE 6.0 using GuD_AtomKit X86 Device emulator. I'm not able to run any unit tests, because I get following error message: The test adapter ('Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestAdapter, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter, Version=9.0.0.0, Culture=neutral, P...

How to save state on emulator

hi i have a windows CE 5.0 emulator, i run it with C:\Program Files\Microsoft Device Emulator\1.0\DeviceEmulator.exe when i close the emulator it asks me if i want to save its state... i ANSWER YES but it kinda frezees and it doesn't save anything so next time i have to set everything again (like i have to install again sqlserver CE) d...

Simulate a faulty block device with read errors?

I'm looking for an easier way to test my application against faulty block devices that generate i/o read errors when certain blocks are read. Trying to use a physical hard drive with known bad blocks is a pain and I would like to find a software solution if one exists. I did find the Linux Disk Failure Simulation Driver which allows cr...

Device Emulator not recognized in windows when I press cradle

Hi Experts, Who can help me with this: I am working on Win7 x64, with VS.net 2008. I am developping for pocketpc. When my application is deployed to the device emulator it can't connect to my computer / db server. Both de emulator as well the mobile device center are configured to use DMA. When I cradle the device using device manager,...

How to emulate USB devices?

The rest of my team will make for my application a simple non-standard USB microphone, but until they finish it I will have to emulate it, for integration testing purposes. Is there any risk in a physical loopback? Yes there is Will a physical loopback work? Only with an USB bridge There is any way to create a logical loopback? (MSDN h...

Is binding qemu guest cpu like mips/arm/powerpc to x86 host PCI address space possible?

PCI should be architecture independent, so I thought this was possible. Sorry if I've missed anything. ...

When listening for keypress in Flash Lite should I be listening for Key.Down or the numeric code for this key?

The adobe documentation says that when listening for a keypress event from a phone you should listen for Key.Down, however when I trace the Key.getCode() of keypresses I see a number not the string "Key.Down". I am tesing this locally in device central and do not have a phone to test this with at present. Here is my code - keyListener =...

How can a FlashLite Developer using Device Central emulate camera and file upload integration?

I am developing an application with Flash Lite designed to run on Nokia S60 5th edition phones using the Flash Lite API Bridge Interface. The application uses the API Bridge to access the phones camera and upload functionality to take a photo, display it to the user then upload it to a server. I am using Flash CS4 Professional and Device...

Simulating PDA browser behavior and output

I'm working on a website that will eventually have a version that is optimized for mobile devices. Is there a decent way / method / place where I can simulate or emulate a wide variety of the available browsers and screens for the various mobile devices? I would really like to try and capture as large of a group as possible, including ...

Use gcc On ELKS

I'm using PocketDOS to emulate ELKS, but I want to develop on it using gcc and ld, how can I do this? ...

Brainstorming - MIDI over LAN

I'm planning out a summer coding project for myself. I work with a lot of MIDI and have been researching it a lot. I know it's an old technology, but it works with a lot of music hardware/software so in my eyes, it's still viable. Anyway, I haven't ever worked with writing drivers or anything, so I don't know where I would start with thi...

emulate ENTER in .txt

Can someone please help in adding a command for "ENTER" in a .txt file to emulate "ENTER". Example; 12345 "enter" 548793 "ENTER" ..... where an entry will be a number followed by enter to next field where the next number will be inserted etc.. so it will look like this: 12345 548793 etc... ...

How to use Device Emulator to debug my WinCE application

I am working with an MFC application built on a WinCE platform in Visual Studio. I need to debug this application and I cannot do it using KITL and the hardware. I tried to use Device Emulator for this: I started a new Platform Builder Project (PDA Device, enterprise webpad). I built it after ensureing that KITL was enabled and so was ke...