Hello Khalid
The Xantrex 5548 has a 2*16 lines LCD panel with pushbuttons to navigate through menus.
The inverter interface is coming with a old fashion DOS programm that reproduce the inverter panel.
My wish is to reproduce the control panel with Lookout and also create a data logging tool to monitor my solar installation.
The serial interface allows to control the inverter panel remotely, nothing else, with a 9600 baud serial connection.
Menus are organized in horizontal and vertical menus.
Horizontal menus are main menus : Menu 1 Inverter mode, menu 2 generator mode, etc ...
To navigate to main menu you need to use the following keys with the hyperterminal :
R menu right
L menu left
Vertical menus are developpment of main menus . To access to those menu, you need to enter the following keys.
D menu down
U menu Up
In the attached file, I have monitored the more interesting menus
(menu 4 = Meters and menu 5 = Error cause) that I would like to use in
Lookout.
I have develop a small Lookout application that use ASCII object and
push buttons that simulate keys described above to navigate through
menus.
Upon request, the inverter send a response about every second.
My problem with lookout is when inverter responds continuously (Battery
actual volt DC for example), I receive the first part of the message,
sometimes with the value associated, sometimes without (see file
included in my previous post). Lookout seems to put the infos in a
buffer, but does not save enough informations in this buffer or I do
not know how to access properly to this buffer

I already try to modify COM settings without success.
Thanks in advance for your help regarding this matter.
Chris