Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 21:10 15 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Increasing the TX buffer using MMBASIC PICO 2-W web commands

Author Message
Johnfd
Newbie

Joined: 04/08/2023
Location: Australia
Posts: 5
Posted: 06:11am 12 Nov 2025
Copy link to clipboard 
Print this post

The manual talks about increasing the TX buffer to allow for many variables being passed to index.html

WEB TRANSMIT PAGE
cb%, filename$ [,buffersize]

I've tried increasing the default in increasing amounts and it doesn't seem to change anything. I still have lost data on web access and at the same place. e.g. WEB TRANSMIT PAGE a%,"index.html",8192

As the variables increase in size information disappears from the bottom of the page. This says insufficient buffer to me.

I appreciate that my variable sizes are less than the content and the manual talks about that. My next step to break up the content into smaller parcels, but the manual says I should be able to  do it by increasing the buffer size.

What am I doing wrong?
John

Edit: solved by making contents of the variables sent to index.html less than the name of the variable (as in manual). A lot more variables in use now but working smoothly.
Previously I had eight shortish names with a 54 character string in each. I now have 25 variables with max length of 12.
Edited 2025-11-14 09:46 by Johnfd
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025