Sx Compiler
Cenlasoft
Posts: 265
Hi,
I have several BSII project that I want to use an sx. I have an SxTech board and several sx 28s. On the compiler is it possible to use serout or something like count and pulsin or pulsout at the same time. I read that these commands were time sensitive and that asm would have to be used.
Thanks,
Curtis
·
I have several BSII project that I want to use an sx. I have an SxTech board and several sx 28s. On the compiler is it possible to use serout or something like count and pulsin or pulsout at the same time. I read that these commands were time sensitive and that asm would have to be used.
Thanks,
Curtis
·
Comments
No, you can't use the built-in commands and do two (or more) things at once. But ... you could create an interrupt-driven routines (VPs) that would let you do several things at once. This is not for the faint-of-heart, but it can be done.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
Alot can be done with interrupts, depending on what the clock speed is.
Bean.