-
Hi, excuse me for muy english.
Can you use ble antbms communication?
The problem with serial port style is that only connect with bms from python and can not work with the aplication both together.…
-
I don't know much about cpp development, and was just looking for a simple way to do serial communication to an arduino in cpp.
I was lead to `boost/asio.hpp` but downloading and unzipping the rel…
-
I'm concerned that the code in Serotonin is larger and more complex than necessary. I believe the ATtiny861A's should all run exactly identical code, and none of them should know their place in the tr…
-
The https://www.arduino.cc/en/Reference/LiquidCrystalPrint site shows only some of the print() options, but misses the `lcd.print(float,digits)` form.
If the system uses common code and shares synt…
drf5n updated
3 years ago
-
It would be really great to have access to the GPIO pins of for example a raspberry pi (probably through wiringpi lib). Furthermore, exposing serial devices (/dev/ttyUSB0, /dev/ttyS0, etc) would open …
-
I'm trying to get the serial usb example working for my STM32F3Discovery board. I'm running the example as is, except I'm omitting the lines
```
// Needed for nucleo-stm32f303ze
let mut dp_pu…
-
Case ID: 00278849
We are experiencing problems on macOS when using the latest version of the RXTX serial library with Digi’s XBee Java library:
- macOS version: 10.11.6
- XBee Java library versio…
-
**Describe the bug**
The unit testing file `/src/test/unit-communication.cpp` fails on the section **Serial_Protocols::UDP** while creating a new `Communication::protocol_udp`.
**To Reproduce**
S…
Terae updated
5 years ago
-
**Describe the bug**
Modbus RTU and RTUoverTCP switches should wait for the response (confirmation) in order to confirm the new state of the switch.
The switch button should wait the response of the…
maufc updated
6 months ago
-
from @pooledge:
I am using RS485 for communication between Arduino and host computer. My RS485 is half-duplex, therefore readout/writing is possible only on demand.
Now I'd like to use one of the pi…