请问一下,同时读取多个串口,该如何操作
Closed this issue · 5 comments
onebee commented
请问一下,同时读取多个串口,该如何操作
tydqcjj commented
多个串口就是多个InputStream,你想怎么读都行
daochushilang commented
请问一下同时打开两个串口,应该怎么区分数据,现在有数据混乱的现象,还有,如果我想要两个串口同时读取和接收数据,这部分代码应该怎么写呀?提问兄弟,你弄出来没?
licheedev commented
@daochushilang
每个串口都开独立的读写线程。可以参考一下这个
https://github.com/licheedev/SerialWorker
daochushilang commented
好的,谢谢,我看看,这部分,我找了好久,都不知道要怎么解决,好难呀
…------------------ 原始邮件 ------------------
发件人: "John Lee"<notifications@github.com>;
发送时间: 2019年11月30日(星期六) 上午10:24
收件人: "licheedev/Android-SerialPort-API"<Android-SerialPort-API@noreply.github.com>;
抄送: "到处是狼"<371718330@qq.com>; "Mention"<mention@noreply.github.com>;
主题: Re: [licheedev/Android-SerialPort-API] 请问一下,同时读取多个串口,该如何操作 (#17)
@daochushilang
每个串口都开独立的读写线程。可以参考一下这个
https://github.com/licheedev/SerialWorker
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
master5277 commented
@daochushilang
请问您最后解决两个串口同时读取和接收数据的问题了吗?如果解决了,可以分享一下您的代码或者开发思路吗?