We are trying to enter BSL mode from an external way by creating BSL entry sequence. We are able to enter into BSL mode. Then we are trying example sequences for uart BSL.
Changing baud rate to 9600
Host: 80 02 00 52 02 90 55
Expected BSL: 00
Our output : 00
Get buffer size
Host: 80 01 00 1A 8B 52
Expected BSL: 00 80 03 00 3A 04 01 1D 12
Our Output : 00 80 02 00 3B 07 87 B4
Get BSL version
Host: 80 01 00 19 E8 62
Our Output : 00 80 02 00 3B 04 E4 84
Is it correct or not?