Python Forum
Pyserial not reading serial.readline fast enough while using AccelStepper on Arduino
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pyserial not reading serial.readline fast enough while using AccelStepper on Arduino
#5
I would not use runToPosition. The blocking causes a lot of problems, and I don't see any benefit. Use run() instead. If you want to know when the move is complete, periodically check is_running().
Reply


Messages In This Thread
RE: Pyserial not reading serial.readline fast enough while using AccelStepper on Arduino - by deanhystad - Mar-13-2023, 04:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pyserial/serial "has no attribute 'Serial' " gowb0w 9 4,556 Aug-24-2023, 07:56 AM
Last Post: gowb0w
  Pyserial Readline() conversion to array bprosman 1 1,957 Apr-11-2023, 12:44 AM
Last Post: deanhystad
  Greek letters with .readline() and tkinter KinkgOfKeks 7 1,809 Mar-24-2023, 05:13 PM
Last Post: deanhystad
  readline.parse_and_bind() does not work in start-up script of Python interpreter zzzhhh 0 1,559 Jan-18-2022, 11:05 AM
Last Post: zzzhhh
  Arduino's AccelStepper Library with Nanpy? boogeyman1 2 2,078 Dec-29-2021, 07:06 PM
Last Post: Larz60+
  Help reading data from serial RS485 korenron 8 14,179 Nov-14-2021, 06:49 AM
Last Post: korenron
  serial connection to Arduino Jack9 4 2,516 Oct-22-2021, 10:18 AM
Last Post: Jack9
  readline inside and outside functions paul18fr 2 2,081 May-20-2021, 01:15 PM
Last Post: csr
  User serial/pyserial to send messages to an arudino via terminal manually bkapadia 2 2,775 Mar-10-2021, 11:26 AM
Last Post: Larz60+
  Reading Serial data Moris526 6 5,461 Dec-26-2020, 04:04 PM
Last Post: Moris526

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020