Git Product home page Git Product logo

notepad-paint-web's People

Contributors

sunbreak avatar woodemi-dev avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

notepad-paint-web's Issues

卡在 OnConnectionChanged Connecting

开启设备和电脑的蓝牙之后, 点击扫描, 扫描到了设备, 点击连接, 显示正在连接, 之后就没反应了
debug输出:

_scanResultList: 
item: WDMA5�item: WDMA5�item: WDMA5�item: WDMA5�item: WDMA5�item: WDMA5�item: WDMA5�item: WDMA5�item: WDMA5�item: WDMA5�item: WDMA5�item: WDMA5�item: WDMA5�NotepadConnector::Connect
OnConnectionChanged Connecting
线程 0x920 已退出,返回值为 0 (0x0)。
线程 0x3724 已退出,返回值为 0 (0x0)。
引发的异常:“System.NullReferenceException”(位于 NotepadKitSample.exe 中)
**_notepadClient** 是 null。

用的是sample的代码, 只加了这几行:

Debug.WriteLine("_scanResultList: ");
            foreach (var item in _scanResultList.ToList())
            {
                var byteArray = item.ManufacturerData;
                Debug.WriteLine("item: " + System.Text.Encoding.ASCII.GetString(byteArray));
            }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.