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.
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