Skip to content

Supports Full-duplex Serial Communication within a Single Arduino Thread #319

Closed
ProjectNeura/LEADS-Arduino
#2
@ATATC

Description

@ATATC

Background

Being able to both send and receive messages at the same time without logical order is the ideal case between our Python framework and our Arduino framework. However, the traditional way to implement this relies on multithreading, which is impossible on an Arduino.

Task

It is time to draw more attention to this difficulty and solve it. A clear path inherited from modern PCs is to switch between tasks at an unnoticed speed.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesttodoNew task or assignment

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions