You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to solde...@googlegroups.com
I swear I saw some example code for using http server but can not seem to find it now.
CoreBASIC Wizard
unread,
Oct 18, 2013, 12:16:46 PM10/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to solde...@googlegroups.com
This is RAW (you might get bloody stains down your tee if you use it).
INSTALL "HTTP-SERVER"
Charles Wilt
unread,
Oct 18, 2013, 1:38:47 PM10/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to solde...@googlegroups.com
I did get that from the manual, but I thought there was an example that showed how to print a variable. Like an ADC reading displayed on a web page.
CoreBASIC Wizard
unread,
Oct 20, 2013, 5:55:59 AM10/20/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to solde...@googlegroups.com
....not yet. What you can do is have the CoreBASIC program write an HTML file and that would then be served. SSI is something I need to integrate.
Charles Wilt
unread,
Oct 20, 2013, 12:43:00 PM10/20/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to solde...@googlegroups.com
I thought that might be your answer. I will see what I can do with just writing new HTML file.
CoreBASIC Wizard
unread,
Oct 21, 2013, 1:39:57 PM10/21/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to solde...@googlegroups.com
I'm interested in the performance of the network. If you think networking is flaky in 1.3.x, please let me know.
-- Paul.
Tom Morrison
unread,
Oct 21, 2013, 1:46:05 PM10/21/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to solde...@googlegroups.com
Hi Paul,
As I explained in another thread, I was experiencing network issues in 1.3.x and had to go back to 1.2.28? Although the program thought messages were being sent successfully, they were not reliably getting to the web server (HTTP POST commands). Sometimes it would work and sometimes not. I could not determine a pattern.