Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Aux 2 Serial Port issues on Octopus Pro

    Scheduled Pinned Locked Moved
    STM
    2
    3
    137
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • timothyzundefined
      timothyz
      last edited by

      Hi,
      I am having issues with the AUX 2 serial not loading right with board.txt with an octopus pro. Here is my baord.txt (with 3.5.3)

      board.txt:
      //Config for BTT Octopus Pro v1.0 F429 Version
      serial.aux.rxTxPins = { PA_10, PA_9 }
      serial.aux2.rxTxPins = { PD_6, PD_5 }

      Here is where the error is in config,g:
      M575 P1 S1 B57600 //This works fine, using for CNC pendant, works great actually.
      M575 P2 S7 C"RS485" B9600 // Error in console: Error in start-up file macro line 49: in file macro line 49: M575: parameter 'P' too high

      Any hints on what could be the issue, I searched here and the Team Gloomy Discord and could not find anything wrong with my config.

      timothyzundefined 1 Reply Last reply Reply Quote 0
      • timothyzundefined
        timothyz @timothyz
        last edited by

        @timothyz
        Ok, well, I just found the answer:
        A list of the UART ports are here https://teamgloomy.github.io/board_txt_stm32.html#uart-useable-pins---stm32h7-based-boards
        Board.txt Configurables Applicable to STM32 | RepRapFirmware for LP...
        Details of each item that can be configured in Board.txt and which build they are applicable to
        However in 3.5 and below we only support 2 UART connections. 1 for a WiFi module and 1 for a screen or other device
        In 3.6 this has been increased to 3. 1 for WiFi and 2 for other devices
        Looks like PB6 and PB7 are available on the EXP headers

        jay_s_ukundefined 1 Reply Last reply Reply Quote 0
        • jay_s_ukundefined
          jay_s_uk @timothyz
          last edited by

          @timothyz rs485 is also only available in 3.6

          Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA