R rspitzer Active Member Jan 22, 2021 #1 Currently I am using the async streams(very successfully) to read data from the serial port. I was wondering, is there a way to read the serial port for data without using the async streams?
Currently I am using the async streams(very successfully) to read data from the serial port. I was wondering, is there a way to read the serial port for data without using the async streams?
agraham Expert Licensed User Longtime User Jan 23, 2021 #2 You can, by assigning GetInputStream to an InputStream variable and reading it programmatically, but why would you want to? Upvote 0
You can, by assigning GetInputStream to an InputStream variable and reading it programmatically, but why would you want to?
R rspitzer Active Member Jan 25, 2021 #3 Thank for the info, just curiosity on my part, if anything comes of it, I will post it. Upvote 0