-
This is where I will capture my thought processes as I go through the process of developing further from tannewt's orginial repository of TinyLogicFriend logic analyzer using low-cost microcontrollers…
-
It is currently needed to expand all possible units, prefixes and suffixes.
It will be nice functionality to implement separate definitions of prefixes, separate definitions of suffixes, separate def…
-
In the specification, there is possible to have arbitrary data without definig length.
```
#0
```
-
As mentioned by awakephd on eevblog:
```
sudo python3 bode.py fy -udp
Initializing AWG...
AWG: fy
Port: /dev/ttyUSB0
IDN: fy
AWG initialized.
Starting AWG server...
Listening on 0.0.0.0
RP…
hb020 updated
1 month ago
-
A blocking get implemented by always calling get after set solves two problems
1. Python concludes instrument set has finished before device has set value (on TCPIP, see below)
2. Takes care of any …
-
@MerlinSmiles noticed an interesting case while writing an instrument driver: sometimes different parameters are [coupled to each other](https://github.com/qdev-dk/Qcodes/pull/74#discussion_r60036178)…
-
### Zig Version
0.9.1
### Steps to Reproduce
Hello, is there a formatted input function in the standard library ?
Example in C:
#include
int main(void)
{
unsigne…
-
手工写入了一下,似乎引导不起来最新的rootfs
usb引导也是卡在最后。
```
gxl_p230_v1#setenv env_addr "0x10400000"
gxl_p230_v1#setenv kernel_addr "0x11000000"
gxl_p230_v1#setenv initrd_addr "0x13000000"
gxl_p230_v1#setenv dt…
laris updated
5 years ago
-
how can i install scpi-parser on window7(10)?
-
### What happened?
After upgrading my VM (Ubuntu 22.04 / amd64) to the latest available kernel (`5.15.0-1023-aws` and `5.15.0-1022-gcp`), service probes stopped working. I checked older versions of…