How do I share the serial terminal between object?
zepperik
Posts: 16
in Propeller 1
Is this possible? I'm trying to debug a program with multiple objects. Can I use the same serial terminal object on both of my program objects or can I only talk to one at a time? Do I need to close one PST object and start the other?
Comments
If you need one to work from multiple cogs, then you need to use locks, I have a couple versions with locks so let me know if you need one.
BTW, It's worth looking at the difference between this PST and the normal PST. You'll see I moved the variables and buffers to the DAT section which allows the variables to be shared among multiple objects.