I am currently working with CAMA SM25 finger print sensor. I have managed to use the sensor to its full potential using hardware serial. But when I switched to software serial I was unable to read finger print template data from the sensor nor write any template data to it. I keep getting zeros when I read the serial buffer using software serial. I used my logic analyzer to view the data sent from the sensor and it seems the sensor is sending correct data but the data read by the ESP is only zeros. I have tried with several baud rates 9600, 57600 and 115200. The template data size are 510 bytes. Can you guys tell me what is the problem or suggest me any solutions?
Thank You.