Datasheet
Ideal Start 1 0 0 0 1 1 0 Stop Ideal
Communication Protocol for Programmable Power Supply
PSP 1405/12010/1803 use following protocol while communicating with PC through
RS232 Serial port
Baud rate: 2400 Bits / Second
Port: COM1
Parity: None
Data Length: 8 Bits
Stop Bit: 1
To transmit any byte from the PC there will be one high level state indicating start bit
followed by bit pattern of the data byte from LSB to MSB and a Low-level stop bit.
For Example to transit 61H(0110001-Binary) the pattern will be as shown below.
This is to be noted that RS232 has negative logic levels. That is Low or negative for 1,
High or Positive for 0 and Ideal state is low or negative.
Communication Frame
VSP series communicates in a fixed length frame. Each communication frame has three
bytes. The first byte is the command followed by the two data bytes. Frame remains three
bytes even if command does not have any data. Command formats are given below.
Command Format
1.Set Voltage:
(AAh) (V1) (V2)
This sets output voltage to given value
V1 - Higher byte (Only lower 4 bit will be considered)
V2 - Lower byte
Example: To set Voltage to 40.00 it will be (FA0)H and the command will be
AA0FA0H.