How use PBasic files as SPIN Objects?
TylerSkyler
Posts: 72
Hello everyone, this is my first post on this forum and I fear I will probably make a fool of myself. So onto the question...I've came to Propeller from the "Basic Stamp side" and i am using some gps parsing code coded for the Basic Stamp. I would like to use this code with my propeller. Is it possible to use the PBasic file as an object like the Spin objects off of the obex? Could i call the GetLatitude Function in the PBasic file from Spin or is this functionality only possible with Spin or Assembly objects? All help, suggestions, and code would be greatly appreciated.
Thanks,
Tyler
Thanks,
Tyler
Comments
Probably not what you wanted to hear, but I'm a firm believer in telling people the truth. Trust me, in the end, you'll be sorry if you try to crowbar Stamp code into the Propeller. What you need to do is understand what the code wants, learn the Propeller, then program the Propeller accordingly.
And don't worry, there is a lot of ready-to-run GPS code available (I wrote some of it). You may need to modify it so that it suits you, but that's all part of the fun.
Wish me luck,
Tyler