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

Sending EOF message #36

Open
vitoto9010 opened this issue Oct 11, 2022 · 1 comment
Open

Sending EOF message #36

vitoto9010 opened this issue Oct 11, 2022 · 1 comment

Comments

@vitoto9010
Copy link

Hello, im new at serial connection, and i have a device which use AT Command. We're trying to send an EOF message (or ctrl+z i believe). How do you write an EOF message on PHP? we've tried chr(26) and \x1a but not success, Thank You

@vitoto9010
Copy link
Author

vitoto9010 commented Oct 11, 2022

this is what im supposed to do (at least with hyper terminal)

AT+CMGS="PHONE NUMBER"
(the symbol >)MESSAGE (AFTER THE ABOVE COMMAND IT GIVE > AS A PROMPT)
THEN TO SEND YOU NEED TO HIT CTRL-Z AND ENTER

but after i send CMGS, there is no output when i read

Thanks

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