Android Question Shell command / Hardware serial port

Nizze

Active Member
Licensed User
Longtime User
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
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 ? ?
What error are you seeing?
 
Upvote 0

Nizze

Active Member
Licensed User
Longtime User
What error are you seeing?
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
Top