> I'm searching for information on the working of an emulator. > > What would it take to make a Wiggler type emulator, but using the USB > port in stead of the parallel port... Which software would I need on > the host side (in addition to a USB driver) to be able to debug from > standard debugging tools? Is RDI interesting for this? An interesting approach is done here http://www-user.tu-chemnitz.de/~heha/bastelecke/Rund%20um%20den%20PC/USB2LPT/index.html.en This is a USB-parallel adapter which comes with a Windows device driver, that hooks into direct I/O accesses to the parallel port. Thus a standard Wiggler ought to work when attached to this device, albeit a tad slowly when reading data. I've not yet had time to test this. When developing a "true" USB solution, the MPSSE embedded in the FTDI FT2232C should be an interesting starting point, given that there is software provided for JTAG access: http://www.ftdichip.com/Projects/MPSSE/FTCJTAG.htm This I presume to be more interesting and time-worthy than mere bit-banging. ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
Message
Re: [lpc2000] Building USB emulator
2005-12-14 by haare_in_der_dusche
Attachments
- No local attachments were found for this message.