RS232 Control VB Script?
RS232 Control VB Script?
(OP)
Dear Experts:
I'm tring to control a Sound Level Meter (B&K 2238) by sending command signals from a PC (MSWindows98/2000) to the meter through a RS232 port using a 9-pin cable.
Would any of you please offer me some sample Visual Basic scripts for sending control signals to device connecting to RS232 port.
Thanks a lot!
I'm tring to control a Sound Level Meter (B&K 2238) by sending command signals from a PC (MSWindows98/2000) to the meter through a RS232 port using a 9-pin cable.
Would any of you please offer me some sample Visual Basic scripts for sending control signals to device connecting to RS232 port.
Thanks a lot!





RE: RS232 Control VB Script?
One important note, though, is that you must know the syntax of the commands to your meter (or other device), as sent via RS-232. Once you know those you can simply modify the VBTerm code to suit your own purposes. It's complex at first, but stick with it!