So I finally got some activity with 2 Mega boards connected to my Mac. I have set defualts for the connection but I always seemed to be prompted for my COM ports when I run the Inmoov.py startup. I seem to have to reconnect each time.  I modified the service_6_ardunio & InMoov.config defualt. Shouldnt that take care of it ?

;----------------------------- ARDUINOS CONFIG ----------------------------------------
[MAIN]

;my rightport if used ( /dev/ttyUSB0 for linux/macos )
MyRightPort=/dev/cu.usbmodem14101
BoardTypeMyRightPort="atmega2560"
ArefRightArduino="DEFAULT"

;my leftport if used
MyLeftPort=/dev/cu.usbmodem14201
BoardTypeMyLeftPort="atmega2560"
ArefLeftArduino="DEFAULT"

ForceArduinoIsConnected=False
; BoardType Info
; atmega2560 | atmega168 | atmega328 | atmega328p | atmega1280 | atmega32u4

;----------------------------------- END --------------------------------------------------