microsoft / jacdac

Device and service catalogs for Jacdac.
https://aka.ms/jacdac
Creative Commons Attribution 4.0 International
66 stars 25 forks source link

jacdac-ts: support new protocol features: qos, version, events #143

Closed mmoskal closed 3 years ago

mmoskal commented 3 years ago
mmoskal commented 3 years ago

events implemented in https://github.com/microsoft/pxt-jacdac/pull/28

pelikhan commented 3 years ago

Is QoS going to be a register i can query from jacdac-ts? Since only a physical device can collect those, I'll need to poke the Makecode device to give me that info.

mmoskal commented 3 years ago

You can actually check the counter in announce packet (supported by latest JM firmware) that lists the number of packets sent and see if you got all of them.

What you cannot do from website is the flood ping (ie if you enable it, the webusb probably won't keep up)

mmoskal commented 3 years ago

This was for jd-ts, I think it's now all done