I'am trying to connect my Pogo to an Aurora Inverter with this program. I'am trying to connect,in vain, with an usb cable.
But it seem like ArchLinux miss a driver. dmesg give me
$this->bbcode_second_pass_code('', '
[ 15.801287] ti_usb_3410_5052 1-1.4:1.0: TI USB 3410 1 port adapter converter detected
[ 15.922764] usb 1-1.4: ti_download_firmware - firmware not found
[ 15.922810] ti_usb_3410_5052: probe of 1-1.4:1.0 failed with error -5
[ 15.929441] usbcore: registered new interface driver ti_usb_3410_5052
[ 15.929455] ti_usb_3410_5052: v0.10:TI USB 3410/5052 Serial Driver
') and lsusb :
$this->bbcode_second_pass_code('', '
Bus 001 Device 006: ID 0451:3410 Texas Instruments, Inc. TUSB3410 Microcontroller
')
And, well i'am a noob what i'am i suppose to do now ?

thanks