Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

CommConnection OutputStream | Telit Cinterion IoT Developer Community

August 9, 2016 - 8:25am, 4562 views

Hello,

I have a question about OutputStream of CommConnection interface.

I'm using the public void write(byte [] b) method to write a set of data to output.

The size of b array in my app is nearly 700 byte and I saw, above method writes 512 byte of data.

Probably the maximum buffer size of OutputStream of CommConnection.

Did you experince this maximum size for CommConnection OutputStream?

Is there a way of changing this buffer size?

Best Regards,