SX/B GIU Interface??
I am looking for a way to add a GUI to the SX/B program I have working.
I have a particular timing pattern needed to program a chip. I set up the
timing in in two subs. I call the sub for either a 1 or 0 pulse.
I would like to control this externally so the pattern, 42 bits in all can be set
quicker and a single button to save/assemble/run?
Can this be done with the SX/b? If so any examples?
Thanks
I have a particular timing pattern needed to program a chip. I set up the
timing in in two subs. I call the sub for either a 1 or 0 pulse.
I would like to control this externally so the pattern, 42 bits in all can be set
quicker and a single button to save/assemble/run?
Can this be done with the SX/b? If so any examples?
Thanks
Comments
I am not sure I understand fully what you are looking for. Let me try and offer advice any way.
It sounds like you are looking to code some tools to help you generate code or to generate a table in SX/B. I have two ideas. One idea is to use Excel and setup different cells to input your data. Then have other cells piece together the strings of text and code. Finally the assembled strings can be copied from Excel and into SX/B.
Another program would be the free Visual Basic Express or the C variant.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter, E.I.
www.brilldea.com·- Prop Blade, LED Painter, RGB LEDs, uOLED-IOC, eProto fo SunSPOT, BitScope
www.sxmicro.com - a blog·exploring the SX micro
www.tdswieter.com
You have the basic idea I was trying to convey. I will try setting it up the table in excel.
Thanks,
Dave
Bill
A graphical robot programming application would require work and you should think of it like a compiler.· Here is what I would try and do...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter, E.I.
www.brilldea.com·- Prop Blade, LED Painter, RGB LEDs, uOLED-IOC, eProto fo SunSPOT, BitScope
www.sxmicro.com - a blog·exploring the SX micro
www.tdswieter.com