The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
81 views

What are limitations of visually simulating/prototyping microcontrollers?

I am thinking of writing a windows applications (similar to Proteus ISIS) to simulate/emulate a specific PIC24 Micro-controller of my system and peripheral components used like Segment LCD and a ...
1
vote
1answer
49 views

Emulate a USB downstream port

Well, I have a USB device (kindle) with the lock/unlock button broken. The Only way to unlock the device is to connect it to a computer (not to a charger) via USB. Is there any way to modify one usb ...
2
votes
1answer
102 views

What exactly is a Flash emulator, and how does it work?

I read about a flash emulator. Can someone tell me what exactly a flash emulator is, and explain how it works? Is it synonymous with an in-circuit emulator?
1
vote
0answers
159 views

Writing an emulator for a SPI like slave device (LED Driver PT6959) using a PIC

I am working with a legacy device that uses a "SPI like" protocol. This device acts like a: SPI "master", but expects to talk with only one "slave" device. It does not expect any output/data ...
2
votes
3answers
540 views

Emulate USB device with USB host

Is it in principle possible to connect two computers with a USB A to USB A cable, and have one pretend to be a USB device, and the other act as host? Assume I have complete control on the software ...
-1
votes
1answer
242 views

RFID Emulator Software

I do not know if it exists but what I want to achieve is relatively easy: I want a software for RFID emulation just to analyse the execution time of the program that I wrote. The emulator does not ...