🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    ATOM RS485 DC/DC Voltage Converter at 4800bps

    General
    1
    1
    1.7k
    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.
    • A
      abarrow
      last edited by

      Hi,
      I'm developing a device to output NMEA0183 strings on an RS485 interface. Everything is working, except when I try to initialize the serial port for the RS485 interface to 4800, it does not start (not available).

      Serial2.begin(4800, SERIAL_8N1, 22, 19);

      If I initialize it at 9600, it works fine
      Serial2.begin(9600, SERIAL_8N1, 22, 19);

      Does anyone have any suggestions on what I might try?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post