Search the web
Sign In
New User? Sign Up
basicx · Discussion list for the BasicX family of microcontroller chips
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21011 - 21040 of 23212   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21011
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...
soso soso
letter2email
Offline Send Email
Mar 2, 2006
3:03 pm
21012
... 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...
Tom Becker
b19063
Online Now Send Email
Mar 2, 2006
4:32 pm
21013
Thanks Tom~ I now understand more about BX24 Owen Tom Becker <gtbecker@...> »¡¡G ... PWM and timing can coexist, yes, since there are three...
soso soso
letter2email
Offline Send Email
Mar 3, 2006
4:30 am
21014
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...
psyclopedia
Offline Send Email
Mar 4, 2006
2:18 pm
21015
Anyone have any BASICX code for this RTC/MEM ? JC...
n0ure
Offline Send Email
Mar 4, 2006
5:52 pm
21016
Is there any code samples for writing page data and reading byte data Thanks...
eldon_cooper
Offline Send Email
Mar 6, 2006
7:34 pm
21017
Surprised no one responded to this? Here are a couple of links to get you started, look for the Dallas sample code and rework it for the DS2404. ...
Keith McKibbin
kmckibbin_99
Offline Send Email
Mar 6, 2006
7:54 pm
21018
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...
n0ure
Offline Send Email
Mar 6, 2006
9:04 pm
21019
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...
Keith McKibbin
kmckibbin_99
Offline Send Email
Mar 7, 2006
5:29 pm
21020
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.....
cauakira
Offline Send Email
Mar 7, 2006
6:43 pm
21021
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...
rauseo82
Offline Send Email
Mar 8, 2006
1:57 am
21022
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 Larson
highwayman_3...
Offline Send Email
Mar 8, 2006
3:06 am
21023
... 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...
psyclopedia
Offline Send Email
Mar 8, 2006
4:16 am
21024
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...
Westhoff, Thomas
twesthoff22406
Offline Send Email
Mar 8, 2006
1:14 pm
21025
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 ......
query_again
Offline Send Email
Mar 8, 2006
3:50 pm
21026
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...
bowtiecboy4x4
Offline Send Email
Mar 8, 2006
4:01 pm
21027
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:...
hvaccontrols.casey
hvaccontrols...
Offline Send Email
Mar 8, 2006
5:02 pm
21028
... Is at http://www.basicx.com . Included are application notes and examples of using GetTime, PutTime and more. Tom...
Tom Becker
b19063
Online Now Send Email
Mar 8, 2006
5:05 pm
21029
... 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...
Tom Becker
b19063
Online Now Send Email
Mar 8, 2006
5:43 pm
21030
Thanks Tom, that was exactly what I was looking for! Tom ... From: Tom Becker [mailto:gtbecker@...] Sent: Wed 3/8/2006 12:42 PM To:...
Westhoff, Thomas
twesthoff22406
Offline Send Email
Mar 8, 2006
9:10 pm
21031
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...
Ed
esteyezz
Offline Send Email
Mar 8, 2006
11:02 pm
21032
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...
Thad Larson
highwayman_3...
Offline Send Email
Mar 8, 2006
11:32 pm
21033
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 ...
Keith McKibbin
kmckibbin_99
Offline Send Email
Mar 9, 2006
12:21 am
21034
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...
psyclopedia
Offline Send Email
Mar 9, 2006
12:53 am
21035
... All types are permissible since the source and destination parameters of GetQueue and PutQueue are pointers; that's where the bytewise transfer starts, but...
Tom Becker
b19063
Online Now Send Email
Mar 9, 2006
1:44 am
21036
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 -...
G. Kramer Herzog
hwanghetw
Offline Send Email
Mar 9, 2006
1:13 pm
21037
... 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...
Tom Becker
b19063
Online Now Send Email
Mar 9, 2006
2:53 pm
21038
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@...
Send Email
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 ...
query_again
Offline Send Email
Mar 9, 2006
3:37 pm
21040
... 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...
G. Kramer Herzog
hwanghetw
Offline Send Email
Mar 9, 2006
3:54 pm
Messages 21011 - 21040 of 23212   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help