Daniel Gerber
Daniel Gerber
There is a [registeredGraphs](http://antoniogarrote.github.io/rdfstore-js/doc/symbols/Store.Store.html#registeredGraphs) method on store: ``` javascript store.registeredGraphs(function(success, graphs){ var graph_uris = graphs.map(function(namedNode){ return namedNode.nominalValue; }); }); ```
@JWorthington, see comments above: to include named graphs in the [rdf dataset](http://www.w3.org/TR/sparql11-query/#rdfDataset) accessible from within the SPARQL query, one has to pass them explicitly to store.execute(). To build an array...
Precision: this is in Alpine Linux. The issue is with `getmntent` in musl -- have reported it [there](https://www.openwall.com/lists/musl/2021/12/14/1).
XP-830 here. Model code is 0x28 0x09. The printer was blocked with "end of life" message a first time; then received a waste ink counter reset with "WIC reset utility"...
So, the suffix in write commands seems to be a (model specific?) opaque key... In what looks like the manufacturer's "adjustment program" for the XP-830, XP-530, XP-630 and XP-635, it's...
It seems doable, yes. To write to the counter's memory address, you can add an entry in printer.c, recompile reink and then run it. Or maybe simpler, use my [reinkpy](https://codeberg.org/atufi/reinkpy)....
I think this only means the EEPROM is not accessible *over SNMP*. It may still be over USB. But this model has a "maintenance box", with its own chip, so...
> Similarly to ET-2850 and L3250, there is no known way to read the EEPROM of XP-7100 There is! Works fine. It's named "leucojum". See
Right, with capital L! But I don't get what you mean by "how to read the EEPROM is unknown". It behaves like other models. I've had no special issue.