DIA document

Hi,

I am trying to learn how to use existing dia library and then how to create my own. I could not find correct n latest version of document that shows /explains about creating dia project, modification on existing and creating my own driver.

I found few documents mentioning above information but they are very old version that does not match with current ESP/dia

Thank you
Regards,
Pathik

Finding a concise path through the Dia docs is tough.

For a simple serial port driver example, look at this sampe:
C:\Program Files (x86)\Digi\python\DevTools-2.1\Dia\Dia_2.1.0\demos\Serial Import Examples\modbus_import_sample

For simple serial-protocol by Xbee example, look at this Dia file: C:\Program Files (x86)\Digi\python\DevTools-2.1\Dia\Dia_2.1.0\src\devices\xbee\xbee_devices\xbee_serial.py or xbee_serial_terminal.py

(Note, your source code might be installed in a different directory)