Exact match. Not showing close matches.
PICList
Thread
'[SX] Virtual Peripheral and Basic'
2006\04\02@192351
by
hkimballn/a
|
|
I am interested in Virtual peripheral on the SX chips and wonder if people are currently using them and are they accessible/compatible with code written in BASIC for the SX chips?
---------- End of Message ----------
You can view the post on-line at:
http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=118487
Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com
The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)
|
|
Harold, I'd say that "most" VPs could be written in SXB.
What type are you interested in ?
Bean.
---------- End of Message ----------
You can view the post on-line at:
http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=118487#m118523
Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com
The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)
2006\04\03@081239 by hkimballn/a
|
|
I am looking to write an a/d converter, rs232/bluetooth and rtc. I didn't see a lot in the forums on vps so I was wondering are they still a good idea and are they being used by the community
---------- End of Message ----------
You can view the post on-line at:
http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=118487#m118552
Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com
The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)
2006\04\03@082959 by Rsadeikan/a
|
|
The only prog that I have seen, that is close to being a VP, is in the SX/B examples folder, it's a read only (Rx) UART. All other VPs are in asm, go to the Parallax.com download area and you will find the main VPs there. As for the A/D, in the Al Williams book, he has an example, of course it is in asm, but it is simple enough that you may be able to re-create it in SX/B (inline asm). I have been trying to dabble in this for quite some time, and it is not easy going.
Ray
---------- End of Message ----------
You can view the post on-line at:
http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=118487#m118556
Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com
The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)
|
|
If you talking about the bitstream A/D then all you really have to do in the interrupt is:
IF counter > 0 THEN
value = value + InPin
OutPin = ~InPin
DEC counter
ENDIF
and in the main code to this to get a reading:
value = 0
counter = 255
DO
LOOP UNTIL counter = 0
' value holds the a/d value
I haven't tried it, but that should get you started...
Bean.
---------- End of Message ----------
You can view the post on-line at:
http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=118487#m118573
Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com
The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)
More... (looser matching)
- Last day of these posts
- In 2006
, 2007 only
- Today
- New search...