DMNC
DMNC
MCVE: ```cpp #define USE_NEO #define BAUD_RATE 38400 #ifdef USE_NEO #include NeoSWSerial modemSerial(7, 8); // RX, TX #else #include SoftwareSerial modemSerial(7, 8); #endif void setup() { Serial.begin(BAUD_RATE); modemSerial.begin(BAUD_RATE); Serial.println(F("Ready!")); } void...
I'd like to debug this issue, @SlashDevin please do you have some advice for me where to look?
In my case, it was just `qemupciserial` causing problems with installation. Solution: unchecking the component. _Windows Server 2022_ _Guest tools: 0.1.225_
Agree with #1132. As the NAT issue, AFAIK docker can be configured also with bridge, host network stack, etc. (i.e. `--net="host"`) https://docs.docker.com/engine/reference/run/#network-settings There are some docker templates like [mbentley/kimchi](https://hub.docker.com/r/mbentley/kimchi/~/dockerfile/) but...
I'm just considering to use Kimchi for my KVM servers which I'm now managing from remote virt-manager (thru the ssh). As Kimchi is using libvirt there must be an easy...
Oh, silly me, I forgot to mention the version which was 2.668. Now, with v.2.699 and volspotconnect2 v.0.9.9 problem still remains. @ashthespy sorry for the long delay but please check...
The king is dead, long live the king! Okay, I didn't know that ES is dead and AS is its successor. So the easiest way is to move on ......