Translate VB Express to BS2 Template to Prop
JohnBF
Posts: 107
I worked through all the versions of Unsoundcode's VB - BS2 templates at http://forums.parallax.com/showthread.php?p=671804·and got them all to work very quickly. I know VB.net fairly well, and PBasic makes the BS2 end very simple.
It ought to be pretty easy to translate this to the prop, but so far I'm striking out - using FullDuplexSerialPlus or BS2_Functions. I'm using the same VB form·(the original simple template) that works fine with the BS2.
Attached is one version of the many variations·of spin routines·I've tried. I'd appreciate any ideas on how to figure this out.
Thanks.
/John
Post Edited (JohnBF) : 2/17/2009 3:03:52 AM GMT
It ought to be pretty easy to translate this to the prop, but so far I'm striking out - using FullDuplexSerialPlus or BS2_Functions. I'm using the same VB form·(the original simple template) that works fine with the BS2.
Attached is one version of the many variations·of spin routines·I've tried. I'd appreciate any ideas on how to figure this out.
Thanks.
/John
Post Edited (JohnBF) : 2/17/2009 3:03:52 AM GMT
Comments
Any problems and I will be glad to help if I can.
Jeff T.
I'm a little late to the party but the templates in the original thread are just great - very carefully done and great explanations. Thanks!
/John
I want to stress the the VB2Prop app's·main function·is to recognize the difference between sending an ASCII character·or string·and a byte value ,·my spin code just echoes the values back for verification . It's also a good terminal / debug app.
If I get the time I will·edit and add the source in this post·of a stripped down VB2Prop app that should enhance the original template and give you a better platform to start from. If that interests you check back next week sometime.
Jeff T.
·