读取失败,套接字可能关闭或超时,读取 ret: -1 进入 xamarin android 蓝牙连接时出错

发布于 2025-01-12 00:04:08 字数 607 浏览 0 评论 0原文

我正在使用 通过蓝牙的条形码扫描仪文档,用于将条形码读取到我的 xamarin android 项目。但在建立套接字连接“await BthSocket.ConnectAsync();”时出现以下错误

错误: ex {Java.IO.IOException:读取失败,套接字可能关闭或超时,读取 ret:-1 在 Java.Interop.JniEnvironment+InstanceMethods.CallVoidMethod (Java.Interop.JniObjectReference 实例,Java .Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0…}

我在 stackoverflow 和其他平台上发现了有关此问题的其他几个问题,但大多数其中我们使用的是用 Java 编写的解决方案,或者不适用于我的情况。

预先感谢您的帮助!

am using barcode scanner via bluetooth documentation for reading barcode to my xamarin android project. but am getting the following error while establishing the socket connection "await BthSocket.ConnectAsync();"

Error: ex {Java.IO.IOException: read failed, socket might closed or timeout, read ret: -1 at Java.Interop.JniEnvironment+InstanceMethods.CallVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0…}

I found several other questions about this issue in stackoverflow and other platforms, but most of them we're with solution written in Java or weren't applicable in my case.

Thanks in advance for help !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文