<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/150767</link>
    <title>MATLAB Central Newsreader - Read Data by Usb</title>
    <description>Feed for thread: Read Data by Usb</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 22 Jun 2007 15:50:44 -0400</pubDate>
      <title>Read Data by Usb</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/150767#379108</link>
      <author>Salvatore Esposito</author>
      <description>I have a CS infrared thermometer with own usb interface and I would like to &lt;br&gt;
read acquired data into Matlab.&lt;br&gt;
&lt;br&gt;
Can I read data from usb into Matlab? and How Can I do it?&lt;br&gt;
&lt;br&gt;
If it isn't  possible, SW (User Graphic Interface)  CS infrared &lt;br&gt;
thermometer/usb interface will save acquired data in .dat file format. Can I &lt;br&gt;
read .dat file format into Matlab? ( I have seen load function. Is it &lt;br&gt;
correct function?)&lt;br&gt;
&lt;br&gt;
Sorry for my English and thanks a lot for your help.&lt;br&gt;
&lt;br&gt;
Salvatore&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;nbsp;</description>
    </item>
    <item>
      <pubDate>Fri, 22 Jun 2007 10:19:08 -0400</pubDate>
      <title>Re: Read Data by Usb</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/150767#379117</link>
      <author>Isaac Noh</author>
      <description>Salvatore,&lt;br&gt;
&lt;br&gt;
You may be able to comunicate with the thermometer via the DLL that the &lt;br&gt;
vendor's software uses to communicate to the device.  MATLAB has a generic &lt;br&gt;
DLL interface that allows DLLs to be loaded into MATLAB.  This then allows &lt;br&gt;
MATLAB to call the methods of the DLL.  The function to load the DLL is &lt;br&gt;
called, LOADLIBRARY.&lt;br&gt;
&lt;br&gt;
If this is not accessible to you, the DAT-file that you can save can be read &lt;br&gt;
into MATLAB.  There are examples in the documentation for reading in &lt;br&gt;
DAT-files.  Just do a search for DAT.&lt;br&gt;
&lt;br&gt;
Isaac Noh&lt;br&gt;
Application Engineer&lt;br&gt;
The MathWorks&lt;br&gt;
&lt;br&gt;
&quot;Salvatore Esposito&quot; &amp;lt;salvatoreesposito76@alice.it&amp;gt; wrote in message &lt;br&gt;
news:467bd3b7$0$4792$4fafbaef@reader4.news.tin.it...&lt;br&gt;
&amp;gt;I have a CS infrared thermometer with own usb interface and I would like to &lt;br&gt;
&amp;gt;read acquired data into Matlab.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Can I read data from usb into Matlab? and How Can I do it?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; If it isn't  possible, SW (User Graphic Interface)  CS infrared &lt;br&gt;
&amp;gt; thermometer/usb interface will save acquired data in .dat file format. Can &lt;br&gt;
&amp;gt; I read .dat file format into Matlab? ( I have seen load function. Is it &lt;br&gt;
&amp;gt; correct function?)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Sorry for my English and thanks a lot for your help.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Salvatore&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; </description>
    </item>
    <item>
      <pubDate>Fri, 22 Jun 2007 13:27:54 -0400</pubDate>
      <title>Re: Read Data by Usb</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/150767#379141</link>
      <author>Gautam Vallabha</author>
      <description>The instrument control toolbox &lt;br&gt;
(&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/toolbox/instrument/index.html)&quot;&gt;http://www.mathworks.com/access/helpdesk/help/toolbox/instrument/index.html)&lt;/a&gt; &lt;br&gt;
may help you in talking to the device over USB (also see &lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/toolbox/instrument/f22-57896.html)&quot;&gt;http://www.mathworks.com/access/helpdesk/help/toolbox/instrument/f22-57896.html)&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Gautam&lt;br&gt;
&lt;br&gt;
&quot;Isaac Noh&quot; &amp;lt;inoh@mathworks.com&amp;gt; wrote in message &lt;br&gt;
news:f5glp2$r5v$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Salvatore,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; You may be able to comunicate with the thermometer via the DLL that the &lt;br&gt;
&amp;gt; vendor's software uses to communicate to the device.  MATLAB has a generic &lt;br&gt;
&amp;gt; DLL interface that allows DLLs to be loaded into MATLAB.  This then allows &lt;br&gt;
&amp;gt; MATLAB to call the methods of the DLL.  The function to load the DLL is &lt;br&gt;
&amp;gt; called, LOADLIBRARY.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; If this is not accessible to you, the DAT-file that you can save can be &lt;br&gt;
&amp;gt; read into MATLAB.  There are examples in the documentation for reading in &lt;br&gt;
&amp;gt; DAT-files.  Just do a search for DAT.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Isaac Noh&lt;br&gt;
&amp;gt; Application Engineer&lt;br&gt;
&amp;gt; The MathWorks&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &quot;Salvatore Esposito&quot; &amp;lt;salvatoreesposito76@alice.it&amp;gt; wrote in message &lt;br&gt;
&amp;gt; news:467bd3b7$0$4792$4fafbaef@reader4.news.tin.it...&lt;br&gt;
&amp;gt;&amp;gt;I have a CS infrared thermometer with own usb interface and I would like &lt;br&gt;
&amp;gt;&amp;gt;to read acquired data into Matlab.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Can I read data from usb into Matlab? and How Can I do it?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; If it isn't  possible, SW (User Graphic Interface)  CS infrared &lt;br&gt;
&amp;gt;&amp;gt; thermometer/usb interface will save acquired data in .dat file format. &lt;br&gt;
&amp;gt;&amp;gt; Can I read .dat file format into Matlab? ( I have seen load function. Is &lt;br&gt;
&amp;gt;&amp;gt; it correct function?)&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Sorry for my English and thanks a lot for your help.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Salvatore</description>
    </item>
    <item>
      <pubDate>Fri, 29 Jun 2007 11:03:11 -0400</pubDate>
      <title>Re: Read Data by Usb</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/150767#380230</link>
      <author>Rob Purser</author>
      <description>Unfortunately, there really isn't any &quot;generic standard&quot; for USB -- It's very different from serial support.  Asking for USB support is equivalent to asking for PCI or ISA support.  &lt;br&gt;
&lt;br&gt;
In most cases, you must have a DLL driver for the hardware that allows you to communicate with the device.  Since MATLAB supports a generic DLL interface that allows people to communicate to DLLs directly from MATLAB, a possibility is to communicate to a USB device by talking to the DLL from MATLAB.&lt;br&gt;
&lt;br&gt;
For more in-depth info, visit&lt;br&gt;
&lt;a href=&quot;http://www.lvr.com/usbfaq.htm&quot;&gt;http://www.lvr.com/usbfaq.htm&lt;/a&gt; &lt;br&gt;
at USB Central.&lt;br&gt;
&lt;br&gt;
With Data Acquisition Toolbox, we support USB if they are supported through the vendors API. For instance, MCC has the USB-1608FS.&lt;br&gt;
&lt;br&gt;
For Instrument Control Toolbox, we also support USB connectivity with USB instruments that support the standard USB Test and Measurement Class (USBTMC). This is done via one of the Visa connectivity tools, such as Agilent Connection Expert (ACE).&lt;br&gt;
&lt;br&gt;
In Image Acquisition Toolbox, we support webcams over USB. The reason again is because we talk to the DirectX API of the webcam and then the webcam handles communication over USB. </description>
    </item>
    <item>
      <pubDate>Sat, 14 Jul 2007 10:01:53 -0400</pubDate>
      <title>Read Data by Usb</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/150767#382894</link>
      <author>ahmed</author>
      <description>i have a problem like your problem and if you found a solution write to me. this is my problem: &lt;br&gt;
&lt;br&gt;
i like to read data from a pen tablet connected to my computer through usb.&lt;br&gt;
&lt;br&gt;
these data happened when the pen move over the tablet.&lt;br&gt;
&lt;br&gt;
these data like speed of the pen movement or speed of writting, pressure level of the pen, degree of slop between the pen and the tablet&lt;br&gt;
&lt;br&gt;
and thank you  </description>
    </item>
    <item>
      <pubDate>Sun, 17 Jul 2011 18:54:08 -0400</pubDate>
      <title>Read Data by Usb</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/150767#845734</link>
      <author>Hassam Malhi</author>
      <description>hi..&lt;br&gt;
&lt;br&gt;
i want to send data to USB port using MATLAB..&lt;br&gt;
looking forward for ur guidance&lt;br&gt;
&lt;br&gt;
THANKS in ADVANCE</description>
    </item>
  </channel>
</rss>

