Hi~ I have a question about timer. In my applicaiton, PWM is always used to control a DC motor, but I also want to use the command "timer" to calcuate the time...
... PWM and timing can coexist, yes, since there are three timer/counters, Timer0, Timer1 and Timer2, and they can each can do different things. Timer0 is...
On page 17 of the language reference, the syntax for bounded strings is Dim B As BoundedString_N , where N is the maximum length. The compiler complains about...
Thanks Keith. I've been at those sites for weeks. Nothing speciffic for the 2404. Hopefully something will show up. Else looks like I'll roll new code. I need...
JC, Yea, I ended up rolling my own 1-wire routines to get what I wanted. My approach was to write subroutines for each command. I do plan on using a 2404 in a...
Is there any example code for RS-232 Communications? For example I want to communicate my BX-24 to a Data/Voice Modem and I need BX-24 to get Modem's answer.....
i have tried to compile the following code and don't understand how to fix the error it gives me. could someone please compile it and explain? it claims that...
Good news is that the code compiles, you just have to change you compiler parameters. Options -> Environment -> Unclick "Use Strict Syntax Rules" under This...
... Thad is correct. The trick here is that with strict syntax on, you can't use loop counters inside the loop. The decision to use strict syntax or not is...
Is there a way to produce a 20Hz squarewave on one of the pins on the BX-24? I would like this to run all the time and affect my normal program as little as...
Anyone has experience in connecting a 20X4 parallel LCD with 3X4 Keypad directly, displaying the depressed key + sending the info BX- 24? thanks in advance ......
I was just wondering if anyone had the complete libary for the BasicX- 35 chip, if so would they mind sharing it with me? I know most of the basic commands but...
I have a Matrix Orbital VK204-25 as my display, and a BX-24. I'm a beginner! Using I2C: How to have the BX-24 send to a LCD address, which is (5CH). Using I2C:...
... I can suggest two methods. You can run another task that sleeps for half of the 20Hz period, toggles (inverts) any pin, and sleeps again, repeating...
HI Not sure if this is the right place but here it goes: I'm trying to expand the capabilities for the wired remote control for an Archos Multimedia Jukebox...
You will need to find the other wire to get a sure answer. If it is a ground wire, then you have serial (possibly 1Wire ?) comms. If ground was implied, and...
Ed, I was thinking about doing the same thing ... ok sort of, I was planning on creating an IRDA interface to the JBM20 to a Palm PDA. Controlling and ...
Queues are our friend. They're great for moving data around efficiently. Do they only work for byte types? I can compile an application using integers in a...
... All types are permissible since the source and destination parameters of GetQueue and PutQueue are pointers; that's where the bytewise transfer starts, but...
Are sequential bytes possibly transmitted and received without pause? In other words,if you have SPI, I2C, or One-wire that requires a 16 bit word or longer -...
... PutQueue and GetQueue do RAM-to-RAM moves. In a sense, SPICmd() is similar except that it does RAM-to-I/O or vice versa. Both, however, require a...
Hello I'm looking for a photo transistor to measure the total solar radiation. Has anyone worked with such guy? David Mendes [Non-text portions of this message...
David Sousa Mendes
davidsousamendes@...
Mar 9, 2006 3:29 pm
21039
Hi, Currently, I am trying to connect a 3X4 keypad and parallel LCD to BX-24, however there is insufficient I/O, namely: 3X4 keypad => 7 I/O parallel => 6 I/O ...
... Well, you may need to look at Thermopiles rather than photo transistors. I have seen them used to measure cloud cover as opposed to a sunny day. These...