Re: Exceeded Capacity Error


[ Follow Ups ] [ BasicCard User Forum ]

Posted by zeitcontrol (79.226.148.101) on September 24, 2009 at 05:37:03:

In Reply to: Exceeded Capacity Error posted by jamess on April 07, 2009 at 06:45:43:

The "Capacity Exceeded" is very probable not related to the size of the card. The limitation is the amount of data you can transfer using a single command. Because of limitations in smart card standard this is limited to 255 bytes. For method FilePutPos the data transfered also includes the position, so you have to transfer the data in several block each not exceeding 251 bytes or not exceeding 255 bytes for FilePut method.


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]