You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: