From: Joerg W. <j...@ur...> - 2016-03-03 13:05:55
|
As Philip Mulrane wrote: > When I try avarice I just get this: > > D:\Dropbox\avarice>avarice -d -4 -w -P m168p :4242 > > AVaRICE version 2.13svn20160229, Mar 3 2016 11:51:04 > And back to the prompt, without any further messages. Well, AVaRICE has to be built using Cygwin on Windows, so maybe there's an issue with Cygwin and libhidapi then? If you go to the libhidapi home page: http://www.signal11.us/oss/hidapi/ there's a short example program. Drop the second part (starting at "handle = hid_open(..."), the initial part will tell you all HIDs the library could find. Build that example under Cygwin, and run it. The Atmel-ICE (or XplainedMini) must appear there. -- cheers, Joerg .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) |