Not to output a variable of type int. At the conclusion she just disappears on the screen
#include <SoftwareSerial.h>;
#include "NexText.h"
SoftwareSerial mySerial(A0, A1); // A0 to the TX of the sensor, A1 - K RX
byte cmd[9] = {0xFF,0x01,0x86,0x00,0x00,0x00,0x00,0x00,0x79};
unsigned char response[9];
unsigned int...