Hi Sir, I need this information(frame type value and hcs and fcs) to convert wrapper to hdlc. Can you tell me how I should find these appropriate values?
You need to implement server and client. The server listens to WRAPPER and then the client sends received PDU to the meter using HDLC. WRAPPER frame size is usually bigger than HDLC, so you need to split the received WRAPPER frame into HDLC frames and then send them to the meter.
Hi Sir,
Hi Sir,
You need to implement server and client. The server listens to WRAPPER and then the client sends received PDU to the meter using HDLC. WRAPPER frame size is usually bigger than HDLC, so you need to split the received WRAPPER frame into HDLC frames and then send them to the meter.
BR,
Mikko