General area when it fits no where else

Moderator: Mmiscool

User avatar
By heckler
#43522 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
User avatar
By Mmiscool
#43528 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
User avatar
By Mmiscool
#43530 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