XLON: Difference between revisions
From Wiki-DB
Jump to navigationJump to search
Fgerstandl (talk | contribs) |
Fgerstandl (talk | contribs) |
||
Line 36: | Line 36: | ||
# Vendor mode - does not appear as a serial port in the system. | # Vendor mode - does not appear as a serial port in the system. | ||
# CDC/ACM mode - appears as a (virtual) serial port in the system. | # CDC/ACM mode - appears as a (virtual) serial port in the system. | ||
This configuration can be replaced using xlon-util tool. | <br> | ||
ACM/CDC and Vendor configs for all xlon products can be downloaded here: | |||
[https://www.dropbox.com/sh/u75ewhd9vr20ej8/AAD_rGoV8YpnxMh9SWqAsT4Xa?dl=0 xlon-util config] | |||
<br> | |||
<br> | |||
This configuration can be replaced by using the xlon-util tool. For example to update the config on the first device execute the following command: | |||
<br> | |||
<code> | |||
xlon-util -d0 -c<pathToConfig> | |||
</code><br> | |||
<br> | |||
<br> | |||
=== XLON Tools === | === XLON Tools === | ||
Line 46: | Line 58: | ||
* [https://www.dropbox.com/sh/q6c9yctnf9g13xq/AADI1WNNbNVhxeswBt43cWKMa?dl=0 development packages] | * [https://www.dropbox.com/sh/q6c9yctnf9g13xq/AADI1WNNbNVhxeswBt43cWKMa?dl=0 development packages] | ||
: The development packages contains the api header files to compile a custom application with the xlon-api libs. | : The development packages contains the api header files to compile a custom application with the xlon-api libs. | ||
<br> | |||
<br> | |||
=== Windows Drivers === | === Windows Drivers === |
Revision as of 08:28, 10 November 2021
XLON products |
Hardware Development
Software Development
The XLON Uxx LonWorks interfaces come with two different flavours of configuration:
- Vendor mode - does not appear as a serial port in the system.
- CDC/ACM mode - appears as a (virtual) serial port in the system.
ACM/CDC and Vendor configs for all xlon products can be downloaded here:
xlon-util config
This configuration can be replaced by using the xlon-util tool. For example to update the config on the first device execute the following command:
xlon-util -d0 -c<pathToConfig>
XLON Tools
With the following links you can download the xlon-util for different architectures:
- The xlon-util packages containes the xlon-util to configure the xlon-u10. It also contains the xlon-api libs to integrate the xlon-util functionality into a custom application.
- The dependency packages contains libraries which are not in the debian repositories.
- The development packages contains the api header files to compile a custom application with the xlon-api libs.
Windows Drivers
Drivers for various 32- and 64-Bit versions of Windows operating system:
CPU x86 | CPU x64: | |
---|---|---|
Windows 7 | XLON-2G-Win7-x86.zip | XLON-2G-Win7-x64.zip |
Windows 8 | XLON-2G-Win8-x86.zip | XLON-2G-Win8-x64.zip |
Windows 8.1 | XLON-2G-Win8.1-x86.zip | XLON-2G-Win8.1-x64.zip |
Windows 10 | XLON-2G-Win10-x86.zip | XLON-2G-Win10-x64.zip |
CPU x86 | CPU x64: | |
---|---|---|
Windows 7 | XLON-2G-Win7-x86-cdc-acm.zip | XLON-2G-Win7-x64-cdc-acm.zip |
Windows 8 | XLON-2G-Win8-x86-cdc-acm.zip | XLON-2G-Win8-x64-cdc-acm.zip |
Windows 8.1 | XLON-2G-Win8.1-x86-cdc-acm.zip | XLON-2G-Win8.1-x64-cdc-acm.zip |
Windows 10 | XLON-2G-Win10-x86-cdc-acm.zip | XLON-2G-Win10-x64-cdc-acm.zip |
Important: If you experience an error about missing 'Microsoft Visual C 2010 redistributable' when starting xlon_util.exe, please download it from the Microsoft site.