There are some common practices, so most objects have a start and stop method, some (like FullDuplexSerial) will start a PASM driver in a different COG.
Usually the Demo Folder contains a small Example how to use the Library Object. (Accessible in the Dropdown on the left side). In the PropTool there are two folders, Library and Demos. Need serial, plug in some serial object, need I2C plug in a I2C object, need TV plug in a TV object. Think of them as ready made building blocks with the intention to be plugged together like Lego blocks. Most Propeller Objects default to 80Mhz, some adjust by them self, others use hard coded values you would need to adapt.Īs Jon stated the goal of objects in Spin is to use them as is, not to rip them apart.
My guess why serial comm's are not working is the unusual clock frequence.