Skip to search.
basicx · Discussion list for the BasicX family of microcontroller chips

Group Information

  • Members: 1881
  • Category: Microcontrollers
  • Founded: Aug 11, 1999
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 112 - 141 of 23496   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
112 JonWms@xxx.xxx Send Email Nov 1, 1999
12:23 pm
In a message dated 10/31/99 10:59:07 PM Central Standard Time, ... (dump ... know, ... as ... a ... I modified SerialPort.bas (supplied with BasicX) to send...
113 JonWms@... Send Email Nov 1, 1999
12:27 pm
In a message dated 10/31/99 10:59:07 PM Central Standard Time, ... (dump ... know, ... as ... a ... Whoops, just re-read your post. PutByte send a raw...
114 JonWms@xxx.xxx Send Email Nov 1, 1999
12:35 pm
In a message dated 11/1/99 3:44:03 AM Central Standard Time, ... This is what I'm doing. My utility works somewhat like a "project." It will allow me to...
115 Grant Baxter
grbaxter@xxx.xxxx Send Email
Nov 1, 1999
1:44 pm
... Jon - If this is all old data to you, I apologize, but here's what I found using Copernic: There evidently was a company named Iversoft that had a...
116 JonWilliams@xxxxxxxxx... Send Email Nov 1, 1999
3:00 pm
Thanks for the "heads up," Grant. I'll investigate. -- Jon Williams -- Dallas, TX Grant Baxter <grbaxter@...> on 11/01/99 07:44:56 AM Please respond to...
117 fred. weidenhammer
w4sdl@xxxxxxxxx.xxxx Send Email
Nov 1, 1999
6:54 pm
I see much talk about the bx-24. I want to know where you get the proto board that this chip plugs into ? I have the BXK1 but the pin outs are different.. FRED...
118 Nick Taylor
ntaylor@xxxxx.xxxx Send Email
Nov 1, 1999
8:20 pm
Fred, You do NOT need the programming board from NetMedia ... you can use any simple solderless breadboard as shown below. PC Serial Port DB-9F...
119 s.brunzell@xxxxx.xxx Send Email Nov 2, 1999
8:10 am
Hi, Could it be so easy that you should use - Call Puti for integer Call PutS for single Call PutL for long ... Regards Stefan...
120 Bruce Adams
bruceadams@xxxxxxxxxx... Send Email
Nov 2, 1999
11:43 am
Boy, you got that right! For an extra $65 I got a wall-wart, a serial cable, a CD with already outdated software, and a board with header pins I can't attach...
121 Dr. Peter Charles
pcharles@xxx.xxx.xxxx Send Email
Nov 2, 1999
5:28 pm
Hi- --Original Message----- Could it be so easy that you should use - Call Puti for integer Call PutS for single Call PutL for long ... Regards Stefan ... Yes-...
122 Nick Taylor
ntaylor@xxxxx.xxxx Send Email
Nov 2, 1999
2:33 pm
It's easy enough to modify SerialPort.bas for use with the BX-24's com1 and com3 ... but what I want to see is a DefineComX routine so that more than two...
123 JonWilliams@xxxxxxxxx... Send Email Nov 2, 1999
2:35 pm
Open the file "SerialPort.bas" (supplied with compiler). The functions listed below (as well as many others) are included and reasonably well documented....
124 Nick Taylor
ntaylor@xxxxx.xxxx Send Email
Nov 2, 1999
2:41 pm
Peter, It's in the file SerialPort.bas ... on the CD or from the BasicX site. - Nick -...
125 jge@xx.xxx.xxx Send Email Nov 2, 1999
4:52 pm
Can someone provide an explanation of how to determine if a serial port queue has been emptied/flushed. Currently I'm just using a delay procedure for x period...
126 Ray Pope
raypope@xxxxx.xxxx Send Email
Nov 2, 1999
4:58 pm
Where on the BasicX web-site can you find the software and documentation. It seems to be missing to me. Ray.... ... =====...
127 Chris H.
theone@xxxxxxxxx.xxxx Send Email
Nov 2, 1999
6:01 pm
I'm not sure why they don't have a link to this stuff from their main site, but heres the URL: http://www.basicx.com/transfer/indexbx24.htm -C ...
128 Don Umble
dumble@xxxxxxx.xxxx Send Email
Nov 2, 1999
6:50 pm
I am new at this. I have a question. Is it possible to read and write to a port with a single statement. I want to read a port (for ex. port c) and then do a...
129 Ray Pope
raypope@xxxxx.xxxx Send Email
Nov 2, 1999
8:04 pm
Thank you very much. Ray.... ... =====...
130 Nick Taylor
ntaylor@xxxxx.xxxx Send Email
Nov 2, 1999
10:33 pm
This is an anabashed plug for Solutions Cubed ... I'm in NO way affiliated with them ... and I'm NOT a volume purchaser. I have one of their MemKey keypad...
131 Frank Manning
fmanning@xxxxxxxxxxxx... Send Email
Nov 2, 1999
11:43 pm
... Yes -- you can access registers directly. Example: Register.PORTC = Register.PORTA And bx1011_1111 ' Or whatever If you get tired of typing Register, you...
132 Oaktreesysinfo@xxx.xxx Send Email Nov 3, 1999
12:23 am
I asked this exact same question about 2 weeks ago and never got a good answer. I was actually thinking of adding a 555 timer on the output which would...
133 david@xxxxx.xx.xxxxxx...
david@xxxxx.xx.xxxxxx... Send Email
Nov 3, 1999
1:00 am
... I'm a bit confused here... Is the same software used for both BX1 & BX24? (I read that it was). If so, it appears to only be in the BX24 page... If not, it...
134 Bruce Adams
bruceadams@xxxxxxxxxx... Send Email
Nov 3, 1999
2:34 am
Does anyone have example code for communicating with the BX24 from Visual Basic? I'm using VB6 Pro, but have never had occasion to use the MSCOMM control, so...
135 Jack Sc hoof
jschoof@xxxxxxxxxxxx.... Send Email
Nov 3, 1999
3:19 am
dim x as byte sub main() ' ' register.portc is treated like a memory location ' as if you did a dim register.portc as byte ' x = register.portc 'this will read...
136 Jack Sc hoof
jschoof@xxxxxxxxxxxx.... Send Email
Nov 3, 1999
3:37 am
This will be considered use at your own risk - OK! This means NetMedia can change this at any time and subsequently break your code. Odds are that this will...
137 Chris H.
theone@xxxxxxxxx.xxxx Send Email
Nov 3, 1999
4:55 am
Another list member pointed out that possibly they don't publicly post the software location due to licensing reasons. If this is the case, then I would like...
138 Chris H.
theone@xxxxxxxxx.xxxx Send Email
Nov 3, 1999
5:05 am
First I wanted to say thanks to Netmedia for going to the email list server, much better! Thanks! Also, I was wondering who all are the Netmedia people? I...
139 Nick Taylor
ntaylor@xxxxx.xxxx Send Email
Nov 3, 1999
6:05 am
Just now got your second email (this one) ... it must have gotten stuck in limbo. Don't apologize to me ... I strongly believe that the software should be...
140 Nick Taylor
ntaylor@xxxxx.xxxx Send Email
Nov 3, 1999
7:22 am
Right on Chris! How about just [BX]? - Nick - ... [snip]...
141 Nick Taylor
ntaylor@xxxxx.xxxx Send Email
Nov 3, 1999
3:18 pm
Fred, The schematic for the BX-24 is: http://www.basicx.com/images/BX24.gif In the middle of the diagram is the AT90S8535 processor, above that is the AT25256...
Messages 112 - 141 of 23496   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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