I'm trying to use Serial to communicate to an Arduino with my phone. The basic idea is to send integers to the arduino based on which it will do certain actions.
Error Text: edu.mit.appinventor.aicompanion3: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
I'm not quite sure what to do here. Any help/advice is appreciated.
Yes this will just affect folks using Android 12 and later. The code for the Serial component doesn't make direct reference to the classes in question, so I will need to dig into the Physicaloid library we use for that to see what's going on.
There is a small change in the latest version (debug 22-10-19), so it should work with all versions of Android incl. Android12. I don’t have access to an Android12 device, so I really want to hear that it’s working with Android12.
Dear Sir:
Many thanks for your help. The updated version is working! However, I still have problems drawing the line. Would you please help me with this problem?
Really appreciated!
Many thanks for your help. I used IS A NUMBER block. The APP seems to receive two sending data at one time. The Timer interval(10ms) is half of the sending interval(20ms). Any suggestions