Skip to content

Conversation

@bradylangdale
Copy link
Member

  • Allows a serial port to be faked using a provided csv file
  • Functions interchangeably with existing code for real serial ports
self.serialThread = SerialThread('04-16-2023_16-25-07.csv', fake=True)

# or you could also give a frequency in terms of how often to emit data

self.serialThread = SerialThread('04-16-2023_16-25-07.csv', fake=True, frequency=0.1)

Copy link
Member Author

@bradylangdale bradylangdale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me I don't think I left anything random in here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants