top of page
Search

[PySerial non-blocking read loop](^2^)

  • michaelstevens1988
  • Aug 13, 2023
  • 1 min read


This example sends a char on the RS485 bus using a DAISY-10 board wired on the /dev/ttyS2 serial port. If you are using a Terra boardplug the DAISY-10 on D10 connector (..see the Terra pinout).




Python serial inwaiting example



Serial ports are serial communication interfaces through which information is transferred sequentially one bit at a time. Parallel ports, on the other hand, transmit multiple bits simultaneously. The PySerial and functions like python serial read make communication with Serial Ports easier. 2ff7e9595c


 
 
 

Recent Posts

See All

Comments

Couldn’t Load Comments
It looks like there was a technical problem. Try reconnecting or refreshing the page.
bottom of page