Skip to main content
kriscicluna
Associate
December 28, 2013
Question

Transfer variable contents from STM32F4 to MATLAB

  • December 28, 2013
  • 1 reply
  • 765 views
Posted on December 28, 2013 at 14:27

I would like to know if there exists a sample code on which I can elaborate to do the following:

Transfer data stored in a variable on the microcontroller to computer software such as MATLAB through the USB OTG interface. 

    This topic has been closed for replies.

    1 reply

    Andrew Neil
    Super User
    December 28, 2013
    Posted on December 28, 2013 at 18:48

    Pretty sure MATLAB can use a COM port - which would include a Virtual COM port...

    Check MATLAB documentation to see what it supports...
    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.