Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M5CoreS3 & COM.X LTE example ALLFUNTIONS error with send sms #773

Open
cohen-sydney opened this issue Jan 26, 2024 · 1 comment
Open

M5CoreS3 & COM.X LTE example ALLFUNTIONS error with send sms #773

cohen-sydney opened this issue Jan 26, 2024 · 1 comment

Comments

@cohen-sydney
Copy link

cohen-sydney commented Jan 26, 2024

[ x] I have read the Troubleshooting section of the ReadMe

What type of issues is this?

[ ] Request to support a new module

[x ] Bug or problem compiling the library
[ ] Bug or issue with library functionality (ie, sending data over TCP/IP)
[ ] Question or request for help

M5CoreS3 & COM.X LTE (set to SIM7600 )

#define TINY_GSM_MODEM_SIM7600

in the example ALLFuntions

When I set this to True

#define TINY_GSM_TEST_SMS true

I get this error

error: 'bool TinyGsmSMS::sendSMS_UTF8_begin(const char*) [with modemType = TinyGsmSim7600]' is protected within this context
res = modem.sendSMS_UTF8_begin(SMS_TARGET);

What are you working with?

Modem:
Main processor board:
TinyGSM version:
Code:

Scenario, steps to reproduce

Expected result

Actual result

Debug and AT command log

@cohen-sydney
Copy link
Author

I did find the following command does send a sms.

modem.sendSMS(SMS_TARGET, String("Hello from "));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant