<?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>topic Re: cdc_vcom_lite example on FRDM-KL27Z in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/cdc-vcom-lite-example-on-FRDM-KL27Z/m-p/630114#M6701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I might have understood the reason.&lt;/P&gt;&lt;P&gt;Both local buffers for send/receive have the same size as DATA_BUFFER_SIZE which refers FS_CDC_VCOM_BULK_OUT_PACKET_SIZE.&lt;/P&gt;&lt;P&gt;The length of it has 64 as bulk packet size so I think it limits the transfer length.&lt;/P&gt;&lt;P&gt;I' going to&amp;nbsp;expand the DATA_BUFFER_SIZE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2016 04:30:57 GMT</pubDate>
    <dc:creator>shuichiy</dc:creator>
    <dc:date>2016-12-21T04:30:57Z</dc:date>
    <item>
      <title>cdc_vcom_lite example on FRDM-KL27Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/cdc-vcom-lite-example-on-FRDM-KL27Z/m-p/630113#M6700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm now working on a cdc_vcom_lite example on FRDM-KL27Z board with KSDK 2.0 and Keil uVision 5.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I successfully send/receive characters from terminal app on Windows 10.&lt;/P&gt;&lt;P&gt;But when I send more than 64 bytes of characters from app, the device returns only 64 characters.&lt;/P&gt;&lt;P&gt;It seems&amp;nbsp;bulk endpoint has 64 length for both directions and this might be the limitations on the example.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any workaround to send/receive more than 64 bytes of characters (hopefully around 200 bytes) ?&lt;/P&gt;&lt;P&gt;So far I looked for solutions in the community but failed to find appropriate one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 02:46:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/cdc-vcom-lite-example-on-FRDM-KL27Z/m-p/630113#M6700</guid>
      <dc:creator>shuichiy</dc:creator>
      <dc:date>2016-12-21T02:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: cdc_vcom_lite example on FRDM-KL27Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/cdc-vcom-lite-example-on-FRDM-KL27Z/m-p/630114#M6701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I might have understood the reason.&lt;/P&gt;&lt;P&gt;Both local buffers for send/receive have the same size as DATA_BUFFER_SIZE which refers FS_CDC_VCOM_BULK_OUT_PACKET_SIZE.&lt;/P&gt;&lt;P&gt;The length of it has 64 as bulk packet size so I think it limits the transfer length.&lt;/P&gt;&lt;P&gt;I' going to&amp;nbsp;expand the DATA_BUFFER_SIZE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 04:30:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/cdc-vcom-lite-example-on-FRDM-KL27Z/m-p/630114#M6701</guid>
      <dc:creator>shuichiy</dc:creator>
      <dc:date>2016-12-21T04:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: cdc_vcom_lite example on FRDM-KL27Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/cdc-vcom-lite-example-on-FRDM-KL27Z/m-p/630115#M6702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, all&lt;/P&gt;&lt;P&gt;I think the Endpoint Descriptor specifies the maximum data packet size.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/11450i353D73ABB446A55A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is endpoint descriptor contents,&lt;/P&gt;&lt;P&gt;0 bLength 1 Number Size of this descriptor in bytes&lt;BR /&gt;1 bDescriptorType 1 Constant Endpoint descriptor type(0x05)&lt;BR /&gt;2 bEndpointAddress 1 Endpoint The address of the endpoint on the USB device described by&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;this descriptor. The address is encoded as follows:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Bit 3...0: The endpoint number&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Bit 6...4: Reserved, reset to zero&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Bit 7: Direction, ignored for control endpoints&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0 = OUT endpoint&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1 = IN endpoint&lt;/P&gt;&lt;P&gt;4 wMaxPacketSize 2 Number Maximum packet size this endpoint is capable of sending or&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;receiving when this configuration is selected. For all&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;endpoints, bits 10..0 specify the maximum packet size (in&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;bytes). For high-speed isochronous and interrupt endpoints:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Bits 12..11 specify the number of additional transaction&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;opportunities per microframe:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;00 = None(1 transaction / microframe)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;01 = 1 additional (2 per microframe)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;10 = 2 additional (3 per microframe)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;11 = Reserved Bits 15..13 are reserved and must be set&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;to zero.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 06:04:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/cdc-vcom-lite-example-on-FRDM-KL27Z/m-p/630115#M6702</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-12-21T06:04:31Z</dc:date>
    </item>
  </channel>
</rss>

