Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. serial communication
    Log in to post

    • Westie

      Serial Baud Rate for Adapter
      Mozilla WebThings Gateway • serial gateway serial communication • • Westie  

      6
      0
      Votes
      6
      Posts
      97
      Views

      Westie

      @Westie Testing using a docker image of the gateway... Update looking good - I have dropped the baud rate down to something more compatible with my clone nano. I found a useful tool to check the incoming serial from a Python point of view (not running the adapter when I do it) - python3 -m serial.tools.miniterm --parity N /dev/ttyUSB0 19200. This prints out the messages from the Serial Gateway in nice text when the speed is correct.
    • Derby Jhon

      Serial communication between Arduino nano and ADC
      General Discussion • adc serial communication ardunio nano • • Derby Jhon  

      6
      0
      Votes
      6
      Posts
      1102
      Views

      dbemowsk

      @derby-jhon Why are you concerned about sending it serially? Is there a reason you can't use I2C?