red30 Well-Known Member Licensed User Longtime User Apr 10, 2017 #1 Can I work with this jSerial library by time out? T.m. I set the time (ex. 100 mls). When I get the first bit, I began to count time. When it is 100 mls, I transmete all that i have got.
Can I work with this jSerial library by time out? T.m. I set the time (ex. 100 mls). When I get the first bit, I began to count time. When it is 100 mls, I transmete all that i have got.
Erel B4X founder Staff member Licensed User Longtime User Apr 12, 2017 #2 Write the data to an array and send it with a timer after 100 milliseconds. Upvote 0