toncho11
toncho11
Hi, Would it work with 2764 EPROM?
Hi, A project like this should use DMA (Direct Access Memory) in order to lower the delays in acquiring the data? [Example Arduino Zero Read with DMA](https://github.com/manitou48/ZERO/blob/master/adcdma.ino ) The STM32F1...
I am using WD/SMC driver with the new parameters in /bootopts on a 386. The parameters are: IRQ = 5, 300, 0XCA000. There is no error at boot. The driver...
Are you able to use tinyirc? There is no DNS in ELKS, right? So I use `tinyirc 185.30.166.38 6667` to connect to irc.freenode.org, but it never connects. Also `nslookup` is...
Let's take this example of Snake compiled by Turbo C: [https://github.com/ashmew2/snake-game/blob/master/Final.cpp](https://github.com/ashmew2/snake-game/blob/master/Final.cpp) - One needs to replace DOS.h calls with ELKS libc or syscalls. Here it looks like only `delay`, `sound`...
Hi, Is sdk_wifi_promiscuous_enable the best way to handle all incoming packages. Isn't it better to handle the packages in the loop of the Arduino program somehow?
Hi, So this tool only disables the support for AMT in Windows OS? Shouldn't be disabling from the BIOS more effective?
Hi, Is it possible to receive beacon packets with your software. I need to process beacon packets in real time, meaning no buffering. libpcap does buffering of 10 packages before...
Hi, Is there a way to evaluate a pipeline with MOABB, but on the Training Data? I need that because a k-fold evaluation takes hours and even days. WithinSessionEvaluation will...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I am unable to connect. `connections.connect(host="localhost", port="19530")` ``` File "C:\Work\python38\lib\site-packages\pymilvus\orm\connections.py",...