-
```
Change the buffer from malloc to a static char array. This is to prevent timing
and memory problems. It makes the serial communication more stable.
```
Original issue reported on code.google.c…
-
```
Change the buffer from malloc to a static char array. This is to prevent timing
and memory problems. It makes the serial communication more stable.
```
Original issue reported on code.google.c…
-
how to change soft-ap static IP and PORT?
I need 192.168.0.10:35000
this is the setting for the obd adapter, car scannet
-
As a linux only user of SDRGlut, I saw you forked a SoapySDR driver for this incredible icom receiver.
As for I can see, it only builds on windows OS.
It seems to be related to serial communicat…
-
Hi all,
I am trying to set up a small machine using the TMC 2209 driver and want to use the sensorless homing feature. So my idea is to have the stepper run until it reaches the end and have it stop …
-
```
I'm trying to use the nfc driver with this board
(http://www.ebay.com/itm/PN532-NFC-RFID-Controller-Breakout-Board-For-Arduino-UN
O-Mega-2560-A124-/261124109868) without luck.
I downloaded the l…
-
Hi, I just bought a 5605 station without cu and want to operate it via serial communication. 'RG,7' and 'RG,8' are giving results, but when sending 'TG' then nothing happens. Do you know the correct c…
-
On Windows, calling the `flush()` method of the `serialport` object causes the serial device to disconnect immediately (serialport issue [#1409 - ReadIOCompletion error closes port after flush on Wind…
-
Hi,
I have solution where python module is communicating with HW and getting data over serial communication and passing the data to Azure Edge module using GatewayHostName.
Can you please help m…
-
I am using a setup consisting of node mcu v1.0 esp12E and led connected to D1 pin. I am trying to control switching of LED from node-red using mqtt communication protocol using mosquitto broker. Whate…