Propeller Chip: RS232 (and/or wireless communication) and Visual Basic or Delphi
eWizardII
Posts: 20
I am trying to work on a project that would incorporate sending and receiving information from the propeller chip, via RS232 and/or wirelessly, this flow of information would then be managed via a visual basic program. Since I am relatively new to .spin and the propeller I was wondering if anyone had any ideas, advice, or had worked on a similar project. (If it cannot be done in VB or Delphi, I am willing to learn another language to work on this project)
Thanks,
I did check out these post:
http://forums.parallax.com/forums/default.aspx?f=21&m=180521
http://forums.parallax.com/forums/default.aspx?f=25&m=270958&g=271829#m271829
Thanks,
I did check out these post:
http://forums.parallax.com/forums/default.aspx?f=21&m=180521
http://forums.parallax.com/forums/default.aspx?f=25&m=270958&g=271829#m271829
Comments
From the standpoint of Visual Basic, the Propeller just looks like another serial port. You'll have to decide how you want to send the information back and forth and write both the VB program and the Propeller Spin program appropriately.
You can pass data through MAX232 and similar interfaces or have a direct link using just a couple of resistors. It's not RS232 compliant but I've had no problems with that up to 115200 baud. Just a question of getting the polarity and timing right.
Hippy,
So where you able to get the timing right without an oscilloscope?
C:\Program Files\Microsoft Visual Studio\MSDN98\98VSa\1033\SAMPLES\VB98\Mscomm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔