I'm coding a fhem module to use SPI to talk to PIC. I keep getting errors in the log like this
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Interrupt SIGPIPE at /usr/local/lib/arm-linux-gnueabihf/perl/5.28.1/HiPi.pm line 79, <GEN31> line 839.
2020.02.16 13:12:57 1: txt:97:13:10:31:139:8:0:0:0:0:0:0:3:13:10,len:15,off:0
2020.02.16 13:12:57 1: stacktrace:
2020.02.16 13:12:57 1: main::TcpServer_WriteBlocking called by ./FHEM/01_FHEMWEB.pm (2131)
2020.02.16 13:12:57 1: main::FW_outputChunk called by ./FHEM/01_FHEMWEB.pm (2191)
2020.02.16 13:12:57 1: main::FW_returnFileAsStream called by ./FHEM/01_FHEMWEB.pm (780)
2020.02.16 13:12:57 1: main::FW_serveSpecial called by ./FHEM/01_FHEMWEB.pm (861)
2020.02.16 13:12:57 1: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (583)
2020.02.16 13:12:57 1: main::FW_Read called by fhem.pl (3763)
2020.02.16 13:12:57 1: main::CallFn called by fhem.pl (755)
2020.02.16 13:12:58 1:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
what is this telling me? I don't these errors all the time so I'm unclear how I occasionally cause these or
why they sometimes happen. This is on a Raspberry PI with the PI as the master. As the PIC is the slave I
don't see how that could cause an issue. It would just return rubbish bytes if the PIC misbehaved.
TIA
Malcolm