Hello Thierry,
regarding type 4A, here is an example of script for 212 bps:
REM, SET FIELD OFF
ST25R3911B_PROTOCOL_SELECT, 0000
WAIT, 5
REM, SET FIELD ON AND RUN ANTICOLLISION
ST25R3911B_PROTOCOL_SELECT, 02000280
ST25R3911B_ISO14443-A_AnticolSelect123
REM, SEND RATS
ST25R3911B_SENDRECEIVE, E08028
REM, SEND PPS (PPS1=05h 212/212 bps)
ST25R3911B_SENDRECEIVE, D0110528
REM, UPDATE READER BIT RATE
ST25R3911B_PROTOCOL_SELECT, 02500280
REM, SEND ISO7816 SELECT APDU
ST25R3911B_SENDRECEIVE, 0200A4040007D2760000850101A60908
here is the result;
06-11-2021 15:09:14 REM, SET FIELD OFF
06-11-2021 15:09:14 >>> ST25R3911B_PROTOCOL_SELECT, 0000
<<< 0000
06-11-2021 15:09:14 WAIT, 5
06-11-2021 15:09:14 REM, SET FIELD ON AND RUN ANTICOLLISION
06-11-2021 15:09:14 >>> ST25R3911B_PROTOCOL_SELECT, 02000280
<<< 0000
06-11-2021 15:09:14 >>> ST25R3911B_ANTICOLSELECT123
------ ISO14443-A STARTING ANTICOLISION ALGORITHM ------
06-11-2021 15:09:14 ISO14443-A REQA
>>> ST25R3911B_SENDRECEIVE, 2607
<<< 80054403280000
06-11-2021 15:09:14 ISO14443-A ANTICOL 1
>>> ST25R3911B_SENDRECEIVE, 932008
<<< 80088804AD6243280000
06-11-2021 15:09:14 ISO14443-A SELECT 1
>>> ST25R3911B_SENDRECEIVE, 93708804AD624328
<<< 800604DA17080000
06-11-2021 15:09:14 ISO14443-A ANTICOL 2
>>> ST25R3911B_SENDRECEIVE, 952008
<<< 800812AA618059280000
06-11-2021 15:09:14 ISO14443-A SELECT 2
>>> ST25R3911B_SENDRECEIVE, 957012AA61805928
<<< 800620FC70080000
--> UID = 04AD6212AA6180
--> TAG selected
------ ISO14443-A END OF ANTICOLISION ALGORITHM ------
06-11-2021 15:09:14 REM, SEND RATS
06-11-2021 15:09:14 >>> ST25R3911B_SENDRECEIVE, E08028
<<< 800B067777710280BE6A080000
06-11-2021 15:09:14 REM, SEND PPS (PPS1=05h 212/212 bps)
06-11-2021 15:09:14 >>> ST25R3911B_SENDRECEIVE, D0110528
<<< 8006D07387080000
06-11-2021 15:09:14 REM, UPDATE READER BIT RATE
06-11-2021 15:09:14 >>> ST25R3911B_PROTOCOL_SELECT, 02500280
<<< 0000
06-11-2021 15:09:14 REM, SEND ISO7816 SELECT APDU
06-11-2021 15:09:14 >>> ST25R3911B_SENDRECEIVE, 0200A4040007D2760000850101A60908
<<< 8008029000F109080000
Regarding VHBR, as the script tool is based on ST25R95-like commands, I believe the script tool cannot support VHBR (as not supported in ST25R95).
Regarding Tx VHBR configuration with the Debug tab of the GUI, make sure to use NFCB/ISO14443 B mode. Using Tx VHBR with other modes is not supported.
Feel free to give more details about your application and about your use of VHBR. Is it related to interop testing and validation of a 14443A/B Analog Front End supporting VHBR?
Rgds
BT