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...
Show off your group to the world. Share a photo of your group with us.

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 15868 - 15898 of 23214   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15868
From: Don Kinzer <dkinzer@...> ... Actually you've always had access to the tokenizer -- check out messages 4218 and 5190 regarding BxComp141.dll....
Frank Manning
frankmanning...
Offline Send Email
Apr 1, 2004
5:01 pm
15869
... blind encoder which puts out 100 foot increments by a grey code parallel 10 bit method sometime ago easily using a lookup table. But you could use a solid...
knapp bill
billknapp2000@...
Send Email
Apr 1, 2004
8:57 pm
15870
Bill I've often wondered if the correction for QNH is done in the Mode C encoder, or at the SSR interrogating station. Commonsense tells me it must be done at...
Neil Jepsen
neil_jepsen
Offline Send Email
Apr 1, 2004
9:25 pm
15871
I think it is beginning to dawn on me that you can't just plug in the 2X16LCD into the supplied socket on the BX24 Development Board but must add some wires to...
mcdanijr
Offline Send Email
Apr 1, 2004
9:43 pm
15872
Hi Is it not possible to use enum Values in a Select/Case Statments or am i doing something wrong ? Public Enum WalkState Halt Forward Backward Left Right ...
itisnt
Offline Send Email
Apr 1, 2004
10:05 pm
15873
From: itisnt <itisnt@...> ... There's a problem with having a procedure with the same name as the enumeration constant. Try giving them different names. ...
Frank Manning
frankmanning...
Offline Send Email
Apr 1, 2004
10:45 pm
15874
From: Frank Manning <fmanning@...> ... Check out bxTokenizer.zip in the BasicX files section on Yahoo. VB6 source code is included as an example of...
Frank Manning
frankmanning...
Offline Send Email
Apr 1, 2004
11:13 pm
15876
One thing that I noticed with enum types, which think is a compiler bug, is that if you use an enumeration value in two or more enumerations, no compiler error...
Don Kinzer
don_kinzer
Offline Send Email
Apr 1, 2004
11:20 pm
15877
Does anyone have the details on the floating point format used by BasicX? Is it IEEE-754? If so, would the MemAddress function return the address of the...
kirklovewell
Offline Send Email
Apr 2, 2004
1:06 am
15878
... My observation suggests that BasicX stores the IEEE format (4 bytes) in little endian format (exponent first). This site may help with encoding and...
Don Kinzer
don_kinzer
Offline Send Email
Apr 2, 2004
1:37 am
15879
... Neil as I understand it the correction in a small aircraft is done by the ground station as the mode-c encoder is left always reporting relative to 29.92...
knapp bill
billknapp2000@...
Send Email
Apr 2, 2004
3:04 am
15880
Thanks Bill. I own 3 light aircraft and all three mode C encoders are the same, and the SSR reads my height to within 50 feet or so irrespective of the QNH....
Neil Jepsen
neil_jepsen
Offline Send Email
Apr 2, 2004
3:51 am
15881
Thanks guys I think that should get me going on my way. Oh yeah on more thing though, I want my barometric pressure to show up to one decimal point in kPa (as...
greatwitenorth
Offline Send Email
Apr 2, 2004
4:50 am
15882
Nick Singles will go to 3.4 x 10^38 Thats a LARGE number. 3402823000000000000000000000000000000.0 neil...
Neil Jepsen
neil_jepsen
Offline Send Email
Apr 2, 2004
5:05 am
15883
yep i'm an idiot, didn't really read E+28 part in the manual. Sorry about that. It will sure make things easier though. Nick ... on ... one ... to ... ...
greatwitenorth
Offline Send Email
Apr 2, 2004
5:27 am
15884
From: Don Kinzer <dkinzer@...> ... I agree the error message needs work. But it's OK in VB to have two or more enumeration constants with the same...
Frank Manning
frankmanning...
Offline Send Email
Apr 2, 2004
6:52 am
15885
After reading the schematics for the development board, I see that the LCD should work without any manual wiring -- it does not! I do see some minor changes...
mcdanijr
Offline Send Email
Apr 2, 2004
4:24 pm
15886
Nevermind! I assumed the sample code was directly usable -- NOT! Once I changed to Com3 (from Com1) and the input port to 5 (from 17), everything started...
mcdanijr
Offline Send Email
Apr 2, 2004
4:42 pm
15887
You had a pretty good thread going on there with yourself Joe. I've done this too. :) Don Lewis...
Don Lewis
bubba_0n_wye...
Offline Send Email
Apr 2, 2004
5:21 pm
15888
Hi, Just wondering how fast the BX-24 chip is? I want to detect buttons pressing (will actually be a switch hooked up to a propeller moved with wind) So I'm...
Kevin?
p@...
Send Email
Apr 2, 2004
7:11 pm
15889
Has anyone used any RFID (Radio Frequency Identification) devices with the BX-24? Thanks, Harris...
harris_cohen
Offline Send Email
Apr 2, 2004
8:16 pm
15890
Kevin, I have been following (and responding to) posts on this group for several months. I see that when people post their initial message it is often...
dongle241
Offline Send Email
Apr 2, 2004
9:53 pm
15891
I have but it was a simple RS232 connection that simply sent the id tag. C8-) ... =========================================================== "We have the...
Paul Dubinsky
p_dubinsky
Offline Send Email
Apr 2, 2004
10:11 pm
15892
... It depends on what all you need to do in addition to sampling the input. I ran the code below with an oscilloscope connected to pin 15. It showed that...
Don Kinzer
don_kinzer
Offline Send Email
Apr 2, 2004
11:49 pm
15893
... overhead... An easy and accurate way of removing the timing loop overhead is to time an identical empty loop for the prescribed loop count, then time the ...
Tom Becker
b19063
Online Now Send Email
Apr 3, 2004
12:16 am
15894
... I would think that as long as your total elapsed time is at least 20 times the resolution of the time reading your results would be accurate. I understand...
Don Kinzer
don_kinzer
Offline Send Email
Apr 3, 2004
2:03 am
15895
... 20 times the resolution of the time reading your results would be accurate. If the resolution is ~2ms, you'd say that a total execution time of ~40ms is...
Tom Becker
b19063
Online Now Send Email
Apr 3, 2004
3:19 am
15896
... Hi Pat, Apologies for not being clearer. I was trying to break down the problem to it's smallest part. I am trying to detect RPM - via a propeller which...
Kevin?
p@...
Send Email
Apr 3, 2004
10:11 am
15897
Kevin, Sorry if was a bit "strong" with my reply but now that your application is clear there will certainly be replies from people who have done this before....
dongle241
Offline Send Email
Apr 3, 2004
10:48 am
15898
Cool! - just found out about the files section... I tried to download the "Help file" add on and have been unclear & unsuccessful in implementing it....
Thad Larson
highwayman_3...
Offline Send Email
Apr 3, 2004
3:44 pm
Messages 15868 - 15898 of 23214   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