You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get some form of continuous read from a serial port going. Ideally I just listen to the stream that the SerialPortHandle after open() contains, but that doesn't seem to be working how I expect.
I'm able to read fine, I just want to have a psuedo serial console for the user. Not fully interactive, since the payloads that get written to port are predefined, but I do want to just keep reading and never stop - continually adding to TextField in read only mode.
The text was updated successfully, but these errors were encountered:
Hello!
I'm trying to get some form of continuous read from a serial port going. Ideally I just listen to the stream that the
SerialPortHandle
afteropen()
contains, but that doesn't seem to be working how I expect.I'm able to read fine, I just want to have a psuedo serial console for the user. Not fully interactive, since the payloads that get written to port are predefined, but I do want to just keep reading and never stop - continually adding to TextField in read only mode.
The text was updated successfully, but these errors were encountered: