agilent-dmm: Add temperature regex to U125xx parser.

This commit is contained in:
Bert Vermeulen 2014-09-02 01:01:56 +02:00
parent a965748ae2
commit c7f5219e62
1 changed files with 1 additions and 0 deletions

View File

@ -544,6 +544,7 @@ SR_PRIV const struct agdmm_recv agdmm_recvs_u125x[] = {
{ "^([-+][0-9]\\.[0-9]{8}E[-+][0-9]{2})$", recv_fetc },
{ "^\"(VOLT|CURR|RES|CAP) ([-+][0-9\\.E\\-+]+),([-+][0-9\\.E\\-+]+)\"$", recv_conf_u124x_5x },
{ "^\"(VOLT:[ACD]+) ([-+][0-9\\.E\\-+]+),([-+][0-9\\.E\\-+]+)\"$", recv_conf_u124x_5x },
{ "^\"(T[0-9]:[A-Z]+) ([A-Z]+)\"$", recv_conf_u124x_5x },
{ "^\"(DIOD)\"$", recv_conf },
{ NULL, NULL }
};