Changes between Version 12 and Version 13 of GettingStarted/WARPv3/Tools


Ignore:
Timestamp:
Aug 8, 2012, 9:50:28 AM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted/WARPv3/Tools

    v12 v13  
    123123[#ftdi Notes]
    124124}}}
     125|----------------
     126{{{#!td
     127Visual C++ Express
     128}}}
     129{{{#!td
     1302010
     131}}}
     132{{{#!td
     133[http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express Link]
     134}}}
     135{{{#!td
     136[#vcpp Notes]
     137}}}
     138|----------------
     139{{{#!td
     140Windows SDK
     141}}}
     142{{{#!td
     1437.1
     144}}}
     145{{{#!td
     146[http://www.microsoft.com/en-us/download/details.aspx?id=8279 Link]
     147}}}
     148{{{#!td
     149[#wsdk Notes]
     150}}}
     151
    125152
    126153
     
    155182WARP v3 uses an FTDI usb chip to provide UART connectivity. These drivers create a virtual COM port on your computer that PuTTY can open. More details are available [wiki:HardwareUsersGuides/WARPv3/UART here] and [wiki:howto/usb-uart USB UART HOWTO here].
    156183
     184=== Visual C++ 2010 Express === #vcpp
     185The [wiki:WARPLab WARPLab design flow] currently uses a user-compiled library for Matlab to speak to the boards using UDP. Visual C++ 2010 Express is [http://www.mathworks.com/support/compilers/R2011a/win64.html required by Matlab] to compile this library.
     186
     187=== Windows SDK === #wsdk
     188The Windows SDK is also required for compiling Mex functions in Matlab.
     189
    157190= Recommended Equipment for WARP =
    158191