Arduino USB to Serial

hi i need to config the LoRa 868 MHz 915 MHz LLCC68, whit the windows application that they provide: http://www.cdebyte.com/pdf-down.aspx?spm=a2g0o.detail.1000023.3.77fdVt3YVt3YQy&id=1701

is it possible to use an arduino uno as a converter so the application use the arduino for config the LoRa ?

if yes how i can do it exist a library? or a documentation for the process?

the LLCC68 specification in the link in post 1 states that the devices uses 3.3V logic
the UNO uses 5V logic and if connected directly to the LLCC68 could damage it
use level converters of better use a 3.3V logic microcontroller such as the ESP32

there is a lcc68 library which may help

Here is another library that may be of use:

LoRaRF-Arduino

A rather detailed user guide is available.