

The above two links are the latest and the early MSP430 USB CDC API programmer’s Guide. Both show the packet size is 64 bytes max. In our device tested, this is true and limit some of our functions. Such as SCADA protocol BSAP communication with device, firmware field updates, and user defined LCD contents setup. If TI can help to increase this size up to 255 bytes, it will help us to make BSAP communication on USB works, make field update firmware run faster.
to find the document reference to packet size as following:
in link 1, July 2012 document before section 9.5 it states the packets size.
in link 2, July 2009 document before section 5.3; it states the packets size.