Author Topic: Transfer limit?  (Read 1471 times)

Offline craigTheBrit

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Transfer limit?
« on: May 08, 2009, 01:11:52 PM »
Hiya,

 I'm having a problem whereby a file that's 252K in size doesn't appear to be received completely by a J2ME app from the Delphi "relay" program that uses a BFServer component. I came across some references to a transfer limit in the demo version - could this be responsible? What is the precise limit?

Also I was wondering if you can suggest an ideal WriteBuffer size for sending data to a Java mobile device.

Thanks a lot!

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Transfer limit?
« Reply #1 on: May 08, 2009, 09:06:43 PM »
The demo version of the BTF librray has limitation to maximum amunt of sent/recevied data. Unfortunatly as it is old library I can't change something there.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline craigTheBrit

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Transfer limit?
« Reply #2 on: May 09, 2009, 05:10:08 AM »
Can you tell me what the limit is? I can't figure out if that's the problem or if I've made some mistake, otherwise =)

Craig

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Transfer limit?
« Reply #3 on: May 09, 2009, 06:37:46 AM »
Hi,

it limit is 20Mb of all sent and received data.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline craigTheBrit

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Transfer limit?
« Reply #4 on: May 09, 2009, 08:48:59 AM »
Ah, well I'm not sending that much. Must be my problem. Thanks!