Asked about Handling String Example

Support forum for MegunoLink
Post Reply
sstob
Posts: 1
Joined: Mon Feb 10, 2020 10:24 am

Mon Feb 10, 2020 10:29 am

I'm doing my project with MegunoLink.

I used HandlingStrings example to develop my code.

This example cannot send long text (for ex: 50 characters).

Could you guys please advise? Where should i need to change the code?
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Mon Feb 17, 2020 7:34 pm

I think you just need to increase this buffer size

char buffer[50]; //Create character buffer for PString to use

Cheers
Phil
Post Reply