Flavio Vilante

Results 7 comments of Flavio Vilante

@justjavac I would suggest that `dvm ls-remote` should show meta data like _the date when the deno version was released_. Also: the typescript and v8 version. Use case: When want...

I'm sharing a workaround I coded while EEPROM is not implemented in avr-hal. It works for avr328p. [Low level function to read/write EEPROM on avr328p 8-bits microcontroler](https://gist.github.com/fvilante/d8263588973a3cfd05074f2d3bb7efcd)

I have some equipment here to connect on the serial, so we can perform an field test on the lib.

Not working yet, but the error message changed which is good. ```powershell ╰─❯ deno run --unstable --allow-ffi print_ports.ts error: Uncaught TypeError: Cannot convert object to primitive value return Number(Deno.UnsafePointer.of(v)); ^...

Not yet, but less errors than before. ```powershell ╰─❯ deno run --unstable --allow-ffi print_ports.ts error: Uncaught TypeError: Cannot convert object to primitive value unwrap(Number(devInfoList)); ^ at Number () at getPortsWin...

I have 3 serial ports currently. I can see them through the windows `device manager` app. But the lib cannot identify it. ``` ╰─❯ deno run --unstable --allow-ffi print_ports.ts No...

related https://github.com/denoland/deno/issues/9710