=====RS485===== \\ ^ Module ^ tty adress ^ | TQMa7x | ttymxc6 | | TQMa6ULx | ttymxc5 | | TQMLS102xA | ttyLP0 | | TQMa6x | ttymxc3 | | TQMa335x | ttymxc3 | \\ ====Testing RS485 with Minicom on Linux==== \\ 1. Set RS485 termination to ON\\ 2. Connect RS485 cable between host and target receiver\\ 3. Set up Baudrate and minicom serial device for Host and Target\\ *print out baudrate in linux with command ''$stty -F /dev/''\\ *to set custom baudrate use ''$stty -F /dev/ ''\\ ++++ Example | {{:intern:knowledge_base:stty.jpg?700|}} ++++ \\ 4. Open mincom configuration with ''$minicom -s'', navigate to "Serial port setup" and set the following parameters: *Serial Device \\ *Bps/Par/Bits\\ ++++ Example | **TQMa6x:** {{:intern:knowledge_base:minicom-config.jpg?400|}} ++++ \\ 5. Save setup as dfl and exit to start the test\\ 6. Start minicom on target receiver with ''$minicom -D /dev/''\\ 7. Test RS485 on Host with ''$echo > /dev/''\\ ++++ Example | **Target** TQMa6x: ''$minicom -D /dev/ttymxc3''\\ **Host** TQMa7S: '' $echo RS485 working > /dev/ttymxc6''\\ ++++ 8. Minicom will print out the string sent by the Host\\