Announcement

Collapse
No announcement yet.

plugin error := Exception in DataReceivedHandler

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    plugin error := Exception in DataReceivedHandler

    im reiciving a periodic error in log file - after the "keep alive" action.
    the plugin appears to continue to operate and the arduino output control continues to operate as expected .. so doesnt appear "fatal"

    HS3 Pro Edition 3.0.0.548 (Windows)
    arduino plugin V1.0.0.166.
    Sketch Version = 1.0.0.166, API Version = API1.0.0.146

    edit : FYI. this is of course when using arduino connected via USB (com)
    I have subsequently also programmed 2 other arduino for IP connectivity (using 5100 sheild)
    & they do NOT exhibit this error . (i assume because IP doesnt use a keep alive style message)

    sample log entries below (it occurs immediate after each "alive" message

    Jun-20 9:00:02 PM Arduino Plugin Error = Exception in DataReceivedHandler : The operation has timed out.
    Jun-20 9:00:02 PM Arduino Plugin Data Received:Alive 1
    Jun-20 9:00:02 PM Arduino Plugin Keeping Board: 1 Alive.
    Jun-20 9:00:02 PM Arduino Plugin Sent to com port No:6 = 1 K ,Keep Alive Command
    Jun-20 8:59:32 PM Arduino Plugin Error = Exception in DataReceivedHandler : The operation has timed out.
    Jun-20 8:59:31 PM Arduino Plugin Data Received:Alive 1
    Jun-20 8:59:31 PM Arduino Plugin Keeping Board: 1 Alive.
    Jun-20 8:59:31 PM Arduino Plugin Sent to com port No:6 = 1 K ,Keep Alive Command
    Jun-20 8:59:01 PM Arduino Plugin Error = Exception in DataReceivedHandler : The operation has timed out

    #2
    also - not sure if its connected with above.

    when compiling I recieve the below warning message from the IDE
    (fresh install of arduino IDE V1.8.9 - as per the plugin page; correct version of libraries loaded from plugin page)

    **************

    C:\Users\greg\Downloads\HomeseerBoard1\HomeseerBoard1.ino:14 :18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    char* Version = "1.0.0.166";

    ^

    Sketch uses 18314 bytes (56%) of program storage space. Maximum is 32256 bytes.
    Global variables use 1637 bytes (79%) of dynamic memory, leaving 411 bytes for local variables. Maximum is 2048 bytes.
    Low memory available, stability problems may occur.

    Comment

    Working...
    X