Nizze Active Member Licensed User Longtime User Jun 16, 2023 #1 Hi I hav been using this line in one project B4X: phone.Shell("stty -F " & mConnuri & " " & mPortspeed & " cs8 -parenb -cstopb -crtscts", Arh, Response, Error) But the other day we upgraded to Android 12. And the UART serial port wont work . And while debugging i can se that the software is stopping here . Anyone else seen this ? ?
Hi I hav been using this line in one project B4X: phone.Shell("stty -F " & mConnuri & " " & mPortspeed & " cs8 -parenb -cstopb -crtscts", Arh, Response, Error) But the other day we upgraded to Android 12. And the UART serial port wont work . And while debugging i can se that the software is stopping here . Anyone else seen this ? ?
walterf25 Expert Licensed User Longtime User Jun 20, 2023 #2 Nizze said: Hi I hav been using this line in one project B4X: phone.Shell("stty -F " & mConnuri & " " & mPortspeed & " cs8 -parenb -cstopb -crtscts", Arh, Response, Error) But the other day we upgraded to Android 12. And the UART serial port wont work . And while debugging i can se that the software is stopping here . Anyone else seen this ? ? Click to expand... What error are you seeing? Upvote 0
Nizze said: Hi I hav been using this line in one project B4X: phone.Shell("stty -F " & mConnuri & " " & mPortspeed & " cs8 -parenb -cstopb -crtscts", Arh, Response, Error) But the other day we upgraded to Android 12. And the UART serial port wont work . And while debugging i can se that the software is stopping here . Anyone else seen this ? ? Click to expand... What error are you seeing?
Nizze Active Member Licensed User Longtime User Jun 21, 2023 #3 walterf25 said: What error are you seeing? Click to expand... Hi There are no errors. ( That i can see ) It just seems to stop here , not doing anything . But i asked a payed a guy to do a serial wrapper for me .( In Android studio ) So right now i have a working solution that runs perfect . Br Nizze Upvote 0
walterf25 said: What error are you seeing? Click to expand... Hi There are no errors. ( That i can see ) It just seems to stop here , not doing anything . But i asked a payed a guy to do a serial wrapper for me .( In Android studio ) So right now i have a working solution that runs perfect . Br Nizze