You're right Neil -- thought it would be better than nothing, but now that I read it again . . . Maybe this is a bit better: Looks like franc1000br has a 400v,...
... The general description of a queue, in computer science terms, is a data structure that allows data to be added at one end and removed at the other. The...
I have recently obtained a device that after a specific triggering sets it output in an active high for a short time(about 1 sec). Is it possible by the...
... If you can guarantee that your program can sample the input at least once during the time that the output from the device is high then it is simple. Just...
I am trying to write code to read the state of a 8 position BCD switch (Digikey GH3075-ND) which has 4 outputs and a common lineconnected to the BX24. I am...
A little more information about what you are trying to do is helpful. What is the device you are talking about? It might be that there is a better way than...
William, You can do what you are asking by directly accessing the registers for the port you are using. Check the "Bulk Input" experiment on my website ...
The device is the voice direct II speech recognition development board.And by the way where do i solder the 9V battery clip?The schematic in the manual is...
I'm a bit of a newb, so here I go! I'm working on a simple robot that uses sonar to avoid objects. The sonar is mounted on a "turret servo" that looks around...
... inputs at a time... You can sample eight bits, as a byte, simultaneously in one instruction. See Special Purpose Registers, page 30, Operating System...
Given: Dim Step(1 To 4) As Byte Where does Step(5) point? The index is out of range but still addresses something; the dox simply say the result is undefined....
Tom, The answer is what you expect. There is no range checking in the runtime (or the compiler) so the code simply steps off the end of the array. Give this...
One simple approach... (Look in the code below.) BR Ingvar ... The ... the ... do ... turn ... storing ... dim turnaround as boolean ... turnaround=false ... ...
Michael, A couple of thoughts come to mind. You can monitor this input on a separate task although I'm not sure you want your control logic (e.g. backing up)...
... As mentioned in the manual, BasicX does no run-time bounds checking. it assumes that any index expression is valid and will use it as if it were. The...
... I didn't, deliberately. In effect, I overwrote a four-phase lookup table after I changed code to eight phases but didn't expand the Dim of the table; it...
naimead, The manual is here: http://www.sensoryinc.com/html/support/docs/80-0240-A.pdf. The PDF page 8 which shows on the right page 5 of the manual. This...
... I've often thought that it would be nice if BasicX had something like SizeOf() which would return the number of bytes of an element. Dim ia(1 to 10) as...
... A friend facetiously once used to "pray for world peace and more RAM"; I'd settle for more RAM, top of the list. Speed. Inline assembly. Tom Tom Becker ...
... Now you mention it Don - RAM RAM RAM Even with careful programming it is exceedingly easy to run out of memory. I can't wait for NetMedia's "RAMtastic"...
Tom, I agree with the RAM statement. Who wouldn't? We have it better than the OOPic and Stamp folks at least. I think inline assembly is hard. Atmel assembler...
Hi, I haven't been following the list much lately. I've been studying J2ME on the side. I thought it would worth learning an OO embedded language in the long...
Hello, I am using the dual PWM outputs of the BX24 to control two motors. I have this problem where one of the motors (controlled by pin 26) always gets a...
In the editor go to: Project -> Chip Maybe your "I/O Pins at Startup" were changed. High Input Impedance is typically the best and safest option. Thad ...
Nathan, I had the same problem a while back, I didn't find a software solution so I ended up using a 2n3904 with a couple of resisters to flip the voltage. Of...
I am a long time Java programmer and really like the language. I'm going to investigate JStamp. Thank you for this information. I too think BasicX is one of...
Has anyone used voice direct II? I cannot delete the words i have trained and I cannot train extra words also(the memory is not full).I have even tried the...