NF1198 / Java-SCPI-parser

SCPI-style command parser and interpreter for Java
http://nf1198.github.io/Java-SCPI-parser
4 stars 3 forks source link

Fails for commands with numeric characters #2

Open eoner opened 3 years ago

eoner commented 3 years ago

Parser fails for command strings such as SYSTem:CALCulate1:DATA?

Changing the COMMAND regular expression to include numeric characters somewhat fixes the issue but parsing of the short form (SYSTem:CALC1:DATA?) still fails.