- This topic has 1 reply, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EByte LoRa e32 UART devices sx1262/sx1268 › Can’t use the NeoSWSerial library
Tagged: NeoSWSerial, SoftwareSerial
Hi I’m a newbie and I need help.
I cannot use the library https://github.com/SlashDevin/NeoSWSerial instead of SoftwareSerial and am getting the error.
warning: invalid conversion from 'NeoSWSerial*' to 'byte {aka unsigned char}' [-fpermissive]
Can you help me a little?
My code:
#include <NeoSWSerial.h>
// Arduino pins used for the LoRa RF-module E32-433T20DT
#define PIN_RX 10
#define PIN_TX 11
#define PIN_M0 A1
#define PIN_M1 A2
#define PIN_AUX 12
NeoSWSerial loraSerial(PIN_RX, PIN_TX); // RX, TX
LoRa_E32 e32ttl(&loraSerial, PIN_AUX, PIN_M0, PIN_M1);
Hi ddv_adm,
no sorry, the support for that library is not implemented, I don’t use original Stream because I need more method to put on work the device.
When I’m more free I take a look to the integration.
Bye Renzo
More
Just like a well-organized workbench, this website uses cookies to function properly and efficiently.
🛠️ The Essentials (Necessary): Some cookies are categorized as necessary and are stored on your browser because they are critical for the basic working of the site.
📊 The Analytics (Third-party): We also use third-party cookies to help us analyze traffic and understand which projects you like the most. These are stored only if you give us the green light.
You can choose to opt-out, but keep in mind that disabling them might make the site experience a bit less "smooth".
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
