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

Not receiving response after writing to the Serial Port #116

Closed
shubham9436 opened this issue Jan 10, 2020 · 2 comments
Closed

Not receiving response after writing to the Serial Port #116

shubham9436 opened this issue Jan 10, 2020 · 2 comments

Comments

@shubham9436
Copy link

I am trying to build an application using Ionic Framework. I have seen the example as given on their site https://ionicframework.com/docs/native/serial .

The same way even I have declared a constructor in which I have registered a callback function to read the response from the serial port. Then I have click button to send the data.

The problem is that when the application starts, it is receiving the messages perfectly but when I write to the serial port, the application stops receving. I have tried to put various debug points, but I am still not able to figure out the problem.

@kappapl
Copy link

kappapl commented May 18, 2020

Hi Shubham, have you fixed this problem?
I have the same.

@shubham9436
Copy link
Author

Yes, I have fixed the problem. Mostly the reason would be that the sender's device needs to send data in some particular format which is understandable by the receiver's device.

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

2 participants