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

Please help! #1

Open alivecrim opened 5 years ago

alivecrim commented 5 years ago

I absolutely do not understand how to use the library. Can you explain what exactly it does and for what? In the near future, I need to write software that will send SCPI commands for the equipment and receive answers. Can I use this library? For example:

  1. Open the port on the hardware
  2. Send a command to the equipment
  3. Get an answer. In which of these stages can I use it? All I understand is that inside it it breaks the line, it is defined by the command or by the query. But for what? Please see some kind of life example. Thank you very much. Sorry for my English, this is not my native language.
NF1198 commented 5 years ago

Hi alivecrim,

I think you are looking for an SCPI client library. The Java-SCPI-parser is a server library (to allow a Java app to act like an SCPI device). I haven't tried it, but perhaps this is what you are looking for: https://sourceforge.net/projects/jvisa/

Good luck with your project!

-Nick Folse

On Mon, Mar 4, 2019 at 3:24 AM alivecrim notifications@github.com wrote:

I absolutely do not understand how to use the library. Can you explain what exactly it does and for what? In the near future, I need to write software that will send SCPI commands for the equipment and receive answers. Can I use this library? For example:

  1. Open the port on the hardware
  2. Send a command to the equipment
  3. Get an answer. In which of these stages can I use it? All I understand is that inside it it breaks the line, it is defined by the command or by the query. But for what? Please see some kind of life example. Thank you very much. Sorry for my English, this is not my native language.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NF1198/Java-SCPI-parser/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ2c6VpMN6Dw7MSvWNar2vnFzh5G4WKGks5vTPRpgaJpZM4bcBVV .