RS232 interface to mass flow controller
RS232 interface to mass flow controller
(OP)
Has anyone any info on connecting a PC to the serial interface of a Brooks 154 microprocessor controlled readout unit for Brooks mass flow controllers?
Thanks
Thanks





RE: RS232 interface to mass flow controller
In many cases you can set communication parameters on the data sending side to some extent.
Mostly you can set the transfer rate(Baud rate),format of the transfered information(word lenght, control of parity) and the way of transfer control: sometimes a system uses hardware control, where by separate wires both sides exchange signals to each other that data are ready,that transmission may start etc. In other cases there are only three lines for transmission: common ground, a line to send data and a line to transmit data. A transmission starts by sending a specific character and at the end of the transmission another specific character is sent.
In some cases the measurement equipment has its own clock that controls time intervals among data packages; more often the PC sends a requirement to the terminal equipment to send data.
In a simple version the data are transmited in an ASCI format with a fixed lenght(e.g 20 bytes); it is however possible to change the data into a binary format. In some cases the first piece of the data contains an information about the lenght of the data record that will be transfered.If you are a novice on this field you will need a few months to be able to write your own code, in Excel maybe even more.
m777182