ArduinoRS485
ArduinoRS485 copied to clipboard
Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1 to 2. Release notes Sourced from carlosperate/download-file-action's releases. v2.0.0 Breaking Changes The Action output file-path is now an absolute path (by @pzhlkj6612 in carlosperate/download-file-action#14, thanks!) In...
Hello While debugging an (unrelated) issue I had a look at the source code of the library and found this in the `end` function in RS485.cpp (line 75 and following):...
Currently (1.0.0), the library automatically creates a RS485 object running on the `SERIAL_PORT_HARDWARE` serial port (https://github.com/arduino-libraries/ArduinoRS485/blob/master/src/RS485.cpp#L181). Although it might be idiomatic for Arduino libraries to automatically create an object to...
I want to used this with a standalone TTL to RS485 IC on a Teensy. Can you tell me what serial pins are used in the library for TX, RX,...
Arduino: 1.8.12 (Linux), Board: "Arduino M0" In file included from /root/Arduino/libraries/ArduinoRS485/src/RS485.cpp:20:0: /root/Arduino/libraries/ArduinoRS485/src/RS485.h:35:30: error: 'A6' was not declared in this scope #define RS845_DEFAULT_DE_PIN A6 ^ /root/Arduino/libraries/ArduinoRS485/src/RS485.cpp:169:62: note: in expansion of macro...
In last update of ESP8266 SDK, I got many errors: ```text .pio\libdeps\esp12e\ArduinoRS485\src\RS485.cpp:65:28: error: invalid conversion from 'uint16_t' {aka 'short unsigned int'} to 'SerialConfig' [-fpermissive] ``` error occurs in `_serial->begin` call....
``` Arduino: 1.8.12 (Windows 10), Board: "Arduino Due (Programming Port)" C:\Users\chris\OneDrive\Dokumente\Arduino\libraries\ArduinoRS485\src\RS485.cpp: In member function 'virtual void RS485Class::begin(long unsigned int, uint16_t)': C:\Users\chris\OneDrive\Dokumente\Arduino\libraries\ArduinoRS485\src\RS485.cpp:53:34: error: no matching function for call to 'HardwareSerial::begin(long unsigned...
## Support for RS485 on Controllino Maxi/Mega - This PR adds support for RS485 integrated into Controllino Maxi/Mega boards. - These boards use different PINs and different Serial object. Otherwise,...