Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. ochoadavid
    O
    • Continue chat with ochoadavid
    • Start new chat with ochoadavid
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    ochoadavid

    @ochoadavid

    0
    Reputation
    3
    Posts
    234
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    ochoadavid Follow

    Posts made by ochoadavid

    • RE: GRBL data transmission limit.

      Hi. You have to send "\x18" unescaped:
      0_1675875216554_6ecb980e-d679-47d3-a589-6324f2f8e21d-image.png

      In python: grbl.g_code('\x18')

      Hope it helps.
      David

      posted in Modules
      O
      ochoadavid
    • RE: GRBL data transmission limit.

      I've some experience with GRBL already. The $$ command should return a list of parameters and the corresponding values. The command works in the module and the GRBL returns the values. However, it seems that the message is truncated. I suspect that maybe some buffer limit in the i2c connection or something like that and I wonder if it could be fixed in Core2 side.

      The number of chars received correctly is stable (usually the message is truncated at the same place) and there is some random chars at the end.

      posted in Modules
      O
      ochoadavid
    • GRBL data transmission limit.

      Hi!

      I'm trying to configure correctly a GRBL module using a Core2 in UiFlow but I'm having problems to get current configuration values using this simple program:
      0_1667602438533_29f4e991-088e-41ed-997a-45894aeaf586-image.png
      It seems that there is some limit in the quantity of information (chars) that can be received by Read GRBL return message. ¿Do anyone have a tip or work around to this specific issue?

      Thanks,
      David Ochoa

      posted in Modules
      O
      ochoadavid