B4R Question Astream_Newdata event not getting fired... - Erel (first post)    Dec 30, 2019 rSoftwareserial is just a thin wrapper. It will use the installed SoftwareSerial SDK.
Start with checking the bytes available with a timer:
Log(serial.Stream.BytesAvailable) B4R Question Question about rSoftwareSerial - derez (first post)    Feb 28, 2018   (3 reactions) Private BTSerial As SoftwareSerial
65030 B4R Question How do I use the esp8266's own serial port - Erel (first post)    Sep 24, 2024 No.
1. Example of rSoftwareSerial: https://www.b4x.-two-arduinos-with-rsoftwareserial-library.65779/#content
Both SerialCom and AstreamCom should be initialized once.
2. You should use two pins that aren't used for anything else. Try pins 10 and 11. B4R Question [RESOLVED] esp32 espsoftwareserial - cannot get it to work - Hilton (first post)    Jun 02, 2021 I see that rSoftwareSerial is not compatible with esp32 according to Errel in a recent post. That answers my question satisfactorily and will stop banging my head trying to resolve a non existent problem. We have decided to stick with the Arduino Mega with software serial for now as it performs sa B4R Tutorial Connecting two Arduinos with rWire library - Erel (first post)    Jan 07, 2024   (1 reaction) No. Only WireMaster is supported by ESP32. You can connect two ESP32 boards with rSoftwareSerial. B4R Tutorial HC 05 Classic Bluetooth - Erel    Apr 08, 2019   (10 reactions) https://www.b4x.com/basic4android/images/SS-2016-05-08_17.39.25.jpg
https://www.b4x.com/basic4android/images/SS-2016-05-08_17.39.57.png
In this example we will connect an Android device to an Arduino using class Bluetooth with the HC 05 module.
Working with this module is simple. Connect the powe B4R Question rSoftwareSerial and Arduino Nano - derez (first post)    Apr 26, 2018   (1 reaction) You mean like this ?
Dim p as pin
....
softserial.Initialize(57600, p.A3, p.A4)
For digital pins use their number, like 7 for D7. B4R Question Arduino + MCU ESP8266 with rSoftwareSerial. - thetahsk (first post)    Feb 14, 2020 Take a look
https://www.b4x.-of-softserial.113936/post-711584 Bug? rSoftwareSerial - Erel (first post)    Nov 30, 2016 Seems like the native SoftwareSerial library doesn't support the Due. Note that the Due includes 4 hardware serials that you can use instead.
https://www.b4x.-hardware-serial-ports.67150/#content B4R Tutorial Connecting two Arduinos with rSoftwareSerial library - Erel    Apr 13, 2016   (8 reactions) https://www.b4x.com/basic4android/images/SS-2016-04-13_15.50.49.png
With the rSoftwareSerial library you can turn regular pins to serial ports. This is useful as the hardware serial is used by the IDE during development.
There are some limitations to the supported pins: https://www.arduino.
As an Page: 1   2   3   4   5   6   7   Powered by ColBERT |