On Mon, Jan 30, 2012 at 01:41:58AM -0800, jcs...@yahoo.com wrote:
> Placing a copy of libusb0.dll in the same folder as mspdebug.exe doesn't work 
> regardless where I invoke the application (windows command prompt or mingw).
> The same timeout error occurs "uif: read error: The wait operation timed out."
>  
> Also tried installing the libusb-win32, but then the FET will no longer be 
> listed under "Ports (COM & LPT)" in device manager and mspdebug can't find 
> the device when invoked as shown below.
>  
> D:\Utilities\msp430-tools for Windows using MingW\mspdebug\mspdebug-0.18-
> mingw32>mspdebug.exe -d COM7 -j uif
> MSPDebug version 0.18 - debugging tool for MSP430 MCUs
> Copyright (C) 2009-2011 Daniel Beer <dlb...@gmail.com>
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> Trying to open UIF on COM7...
> uif: can't open serial device: COM7: The system cannot find the file 
> specified.
> 
> By the way, I am running on Windows XP Pro SP3.

As Matthias pointed out, there can't be any problem with finding
libusb.dll if the mspdebug starts. However, since you're using -d to
specify a serial device, libusb won't be used at all anyway -- all
IO will be done through the OS's serial port interface.

If you want to try using libusb access, just remove "-d COM7" from the
command line:

   mspdebug.exe -j uif

You'll need to ensure that ti_3410.fw.ihex is in the directory you run
from.

- Daniel

-- 
D.L. Beer Engineering
www.dlbeer.co.nz

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to