Martin Vladić

Results 24 issues of Martin Vladić

I'm experiencing some bugs because _events from EventEmitter is shared between Client instances. Check this out: https://github.com/nodejs/node-v0.x-archive/issues/7157 In client.js, instead of: ``` // inherit from EventEmitter Client.prototype = new EventEmitter();...

Hi! I would like to transfer a large arbitrary block data to the device, chunk by chunk, since it can't fit all at once inside device RAM memory. Currently, I...

How much of trouble is to support SCPI commands list in PROGMEM on AVR? Usually, there is not much SRAM on these microcontrollers (in my case 8K) and my SCPI...

enhancement

I think command `*ESE #B01010210` should generate `SCPI_ERROR_INVAL_CHAR_IN_NUMBER` error (here, character `'2'` is invalid). Currently, parser generates three(!) `SCPI_ERROR_INVALID_CHARACTER` errors.

enhancement
specification

* Firmware version: 1.1 * Shield version Arduino, R5B12 * Powerboard version R5B12 ### Expected behavior It should be possible to configure Ethernet without DHCP since option for that exists....

bug
P3-major

I suggest the query be called: `MMEM:SIZe? `

enhancement
P4-minor

@IanJ reported: > When using the encoder it's quite hard on the eyes to see the setpoint (Vdc) display change, i.e.: > 25V > 25.005 > 25.01 > 25.015 >...

enhancement
P3-major

Firmware should read some advanced configuration parameters during the boot from `/user.config` file on SD card.

P3-major
task

Add calculated load resistance view as one of Display value option.

enhancement

Reported by @MMMZZZZ (MaxZ): > Speaking of yet another menu... I've designed a UI for a touch screen, too, and was facing a similar issue. Many customizable things, not much...

enhancement