-->
Page 3 of 4

Re: serial debug messages

PostPosted: Fri Mar 18, 2016 8:33 am
by stern0m1
around when do you expect to release the next build?

Anyway i could get it before an official release?

Re: serial debug messages

PostPosted: Fri Mar 18, 2016 6:59 pm
by heckler
Is this interface to the meter one of your own design? If so you should attempt to have it be immune to unwanted serial data.

For example I have an ESP module serially interfaced to a PIC microcontroller and I am getting the same serial data on boot up but in my code running on the microcontroller.

I specifically have the microcontroller "wait" for certain key messages from the ESP module before acting on or sending any information. This way the boot up messages do not cause me any problems.

just a thought
dwight

Added new build tonight

PostPosted: Fri Mar 18, 2016 8:30 pm
by Mmiscool
Port option for wget and parity/data for baudspeed command

Changes to the wget function to include a port number designation.

wget(URL,port #)
Still can be used with out port designation. Defaults to 80

Added
additional optional baud speed settings

baudspeed 9600 5N1

Additional settings:
5N1
6N1
7N1
8N1
5N2
6N2
6N2
7N2
8N2
5E1
6E1
7E1
8E1
5E2
6E2
7E2
8E2
5O1
6O1
7O1
8O1
5O2
6O2
7O2
8O2

Port option for wget and parity/data for baudspeed command

PostPosted: Fri Mar 18, 2016 8:31 pm
by Mmiscool
Added a new build tonight.

It will now support port numbers with wget function.

Port option for wget and parity/data for baudspeed command

Changes to the wget function to include a port number designation.

wget(URL,port #)
Still can be used with out port designation. Defaults to 80

Added
additional optional baud speed settings

baudspeed 9600 5N1

Additional settings:
5N1
6N1
7N1
8N1
5N2
6N2
6N2
7N2
8N2
5E1
6E1
7E1
8E1
5E2
6E2
7E2
8E2
5O1
6O1
7O1
8O1
5O2
6O2
7O2
8O2