<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LPC MicrocontrollersのトピックRe: USB_DeviceCdcAcmSend, value of class handle (class_handle_t)  on LPC55s69</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-DeviceCdcAcmSend-value-of-class-handle-class-handle-t-on/m-p/1152979#M42224</link>
    <description>&lt;P&gt;Thanks for the reply! Much appreciated&lt;/P&gt;&lt;P&gt;Got it working properly by referencing "g_UsbDeviceComposite" as declared in&amp;nbsp;usb_device_composite.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;usb_device_composite_struct_t *ptr_UsbDeviceComposite;&lt;BR /&gt;ptr_UsbDeviceComposite = &amp;amp;g_UsbDeviceComposite;&lt;/P&gt;&lt;P&gt;USB_DeviceCdcAcmSend(ptr_UsbDeviceComposite-&amp;gt;interface0CicVcomHandle, 2, s_VCom_Send_Buffer, i_Size_VCom_Send_Buffer);&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2020 16:16:19 GMT</pubDate>
    <dc:creator>gertvb</dc:creator>
    <dc:date>2020-09-14T16:16:19Z</dc:date>
    <item>
      <title>USB_DeviceCdcAcmSend, value of class handle (class_handle_t)  on LPC55s69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-DeviceCdcAcmSend-value-of-class-handle-class-handle-t-on/m-p/1152374#M42205</link>
      <description>&lt;P&gt;Good Day Everyone!&lt;/P&gt;&lt;P&gt;Not a problem, just a minor question&lt;/P&gt;&lt;P&gt;I am using 2X VCom ports on the USB Full speed adapter USB0 on the LPC55s69&lt;/P&gt;&lt;P&gt;Ive created the 2 ports with MCUXpresso Configtools and use&amp;nbsp;USB_DeviceCdcAcmSend to write data back to 2 TeraTerm instances from the main loop - and everything works fine!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to find out if the value for&amp;nbsp;class_handle_t as used in USB_DeviceCdcAcmSend is exposed in a header file somewhere?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I am using :0x40101580 and&amp;nbsp;0x401015e8 as hardcoded magic numbers as parameters to&amp;nbsp;USB_DeviceCdcAcmSend, and although it works fine, I would rather use the data structures as used in the USB system, but I am unable to to find any exposed in a header file somewhere&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2020 08:31:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-DeviceCdcAcmSend-value-of-class-handle-class-handle-t-on/m-p/1152374#M42205</guid>
      <dc:creator>gertvb</dc:creator>
      <dc:date>2020-09-12T08:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: USB_DeviceCdcAcmSend, value of class handle (class_handle_t)  on LPC55s69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-DeviceCdcAcmSend-value-of-class-handle-class-handle-t-on/m-p/1152780#M42218</link>
      <description>&lt;P&gt;I don't suggest you use hardcode as parameter because it causes your code not flexible.&lt;/P&gt;
&lt;P&gt;You can refer MCUXpresso SDK cdc demo code to mange yours code.&lt;/P&gt;
&lt;P&gt;regarding to your hardcode &lt;SPAN&gt;0x40101580&amp;nbsp;&lt;/SPAN&gt;,&amp;nbsp; I suggest you check g_cdcAcmHandle, this structure should defined at this address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 09:24:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-DeviceCdcAcmSend-value-of-class-handle-class-handle-t-on/m-p/1152780#M42218</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-09-14T09:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: USB_DeviceCdcAcmSend, value of class handle (class_handle_t)  on LPC55s69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-DeviceCdcAcmSend-value-of-class-handle-class-handle-t-on/m-p/1152979#M42224</link>
      <description>&lt;P&gt;Thanks for the reply! Much appreciated&lt;/P&gt;&lt;P&gt;Got it working properly by referencing "g_UsbDeviceComposite" as declared in&amp;nbsp;usb_device_composite.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;usb_device_composite_struct_t *ptr_UsbDeviceComposite;&lt;BR /&gt;ptr_UsbDeviceComposite = &amp;amp;g_UsbDeviceComposite;&lt;/P&gt;&lt;P&gt;USB_DeviceCdcAcmSend(ptr_UsbDeviceComposite-&amp;gt;interface0CicVcomHandle, 2, s_VCom_Send_Buffer, i_Size_VCom_Send_Buffer);&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 16:16:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-DeviceCdcAcmSend-value-of-class-handle-class-handle-t-on/m-p/1152979#M42224</guid>
      <dc:creator>gertvb</dc:creator>
      <dc:date>2020-09-14T16:16:19Z</dc:date>
    </item>
  </channel>
</rss>

