We dont have just a RAM interface diagram, just take a highlighter pen and mark the names the eminate from the RAM and mark all the similar names on the...
56
Jack Sc hoof
jschoof@xxxxxxxxxxxx....
Jun 4, 1999 3:15 am
No, the BX-24 only has the ram that is on-chip. You can use other devices that are made for the BASIC Stamp that lets you have more ram. They are more...
57
cdavis@xxxxxxxxxxxxxx...
Oct 21, 1999 4:55 pm
I noticed on the schematic that Netmedia posted on their web site that the BX24 has a 7 position connector labeled J1, which brings out the SPI interface. Can...
58
Jack Sc hoof
jschoof@xxxxxxxxxxxx....
Jun 4, 1999 3:32 am
J1 is the SPI bus. It is 0.1 inch spacing. We recommend a header (either female or male). You can face it up or down depending on your circuit board. For...
59
s.brunzell@...
Oct 22, 1999 12:09 pm
Hi , I have one Basicx dev board,RAM sandwich and one LCD display. I had just started with my Basicx-1 and a really love it. But... I can't figure out how to...
60
david@xxxxx.xx.xxxxxx...
david@xxxxx.xx.xxxxxx...
Oct 22, 1999 2:04 pm
... Hmm, rare as hen's teeth around here - I'll try to find somewhere in the States to order from... ... I had a look through all your documentation about this...
61
Jack Sc hoof
jschoof@xxxxxxxxxxxx....
Jun 5, 1999 1:51 am
The 373's purpose in the RAM sandwitch is to demultiplex the data bus from the address bus. In order to save pins, the Atmel 8515 shares the lower address...
62
Frank Manning
fmanning@xxxxxxxxxxxx...
Oct 22, 1999 3:51 pm
... Probably the easiest way is to adapt the SerialPort.bas module, which is included in BasicX installations. All the characters generated by the module are...
63
JonWilliams@xxxxxxxxx...
Oct 22, 1999 9:03 pm
Does the BasicX have a functional equivalent to the PBASIC EEPROM command or the DATA function found in other derivatives of BASIC? FYI...for those that are...
64
Frank Manning
fmanning@xxxxxxxxxxxx...
Oct 22, 1999 9:15 pm
... I'm not familiar with PBASIC's EEPROM, but BasicX has GetEEPROM, PutEEPROM, PersistentPeek/Poke as well as persistent variables. BasicX doesn't have a...
65
JonWilliams@xxxxxxxxx...
Oct 22, 1999 9:33 pm
Thanks, it looks like I can make PutEEPROM work. Now, if you don't mind my $0.02.... I think the VB similarity is nice -- but VB is not designed for embedded...
66
Dan Schueler
dans@xxxx.xxxx
Oct 22, 1999 9:51 pm
today as planned?...
67
Frank Manning
fmanning@xxxxxxxxxxxx...
Oct 22, 1999 10:42 pm
... They're on their way out the door. -- Frank Manning -- NetMedia, Inc....
68
Shaun Wilson
shaunwilson@xxxxxxx.x...
Oct 23, 1999 1:04 am
When is the BX24 software going to be available on your webpage for download? Thanks Shaun...
69
Chris H.
theone@xxxxxxxxx.xxxx
Oct 23, 1999 5:53 pm
Woohoo!!! Can't wait! :) -C http://www.theonespot.com ... From: Frank Manning <fmanning@...> To: <basicx@onelist.com> Sent: Friday, October 22,...
70
Frank Manning
fmanning@xxxxxxxxxxxx...
Oct 23, 1999 10:32 pm
... Probably Monday. In the meantime I posted a zip file of the BX-24-specific docs here: http://www.basicx.com/docs.htm -- Frank Manning -- NetMedia, Inc....
71
Frank Manning
fmanning@xxxxxxxxxxxx...
Oct 24, 1999 5:17 am
... These are all good ideas, and I would anticipate that similar capabilities will be added in the not-too-distant future. Syntax is of course an issue. VB is...
72
s.brunzell@xxxxx.xxx
Oct 24, 1999 8:48 am
Many thanks, I did it like this. In Serielport.bas and in SUB PutByte I changed Call PutQueue(OutputBuffer, Value, 1) to Call appendByte(value) Then I can use...
73
Dr. Peter Charles
pcharles@...
Oct 25, 1999 10:54 pm
Dear All, Sorry to be bothersome, but I have a small problem. I ordered just the BX-24 chip and, after talking to the NetMedia folks, realized that I will not...
74
Johnson, Richard A
Richard.Johnson6@xxx....
Oct 25, 1999 8:01 pm
I am a new user to the BasicX system and was making progress until this problem. When i open the menu "Project -> Chip" i get a dialog box "Invalid Property...
75
cdavis@xxxxxxxxxxxxxx...
Oct 25, 1999 8:29 pm
I read some of the documentation relative to Com ports. I gather from this that com 2 does not exist - if you want to do serial I/O, you use com3? Also, It...
76
david@xxxxx.xx.xxxxxx...
david@xxxxx.xx.xxxxxx...
Oct 26, 1999 11:28 am
... I had the same problem when I upgraded from 1.30 to 1.41 - I just rebuilt the project from scratch & that fixed it. Not sure if there was some ...
77
Jack Sc hoof
jschoof@xxxxxxxxxxxx....
Oct 26, 1999 6:37 pm
There is a hardware COM1 port which can go to 460,800 baud and is fixed in its pin usage. It is the same port as is used to download software. Then there is a...
78
Larry Vatland
larry@xxxxxxxxxxxxxx....
Oct 26, 1999 3:10 pm
Does anyone know of a routine built into basicX to convert a string number into a single float number? If not, does someone have a snippet of code for this...
79
Frank Manning
fmanning@xxxxxxxxxxxx...
Oct 26, 1999 6:53 pm
... Currently there's nothing built in to BasicX to do this. It's not that difficult to add -- probably we can put it in our next compiler version. -- Frank...
80
JonWilliams@xxxxxxxxx...
Oct 26, 1999 7:49 pm
When will the BX-24 development tools be available for download? -- Jon Williams -- FLOWTRONEX -- Dallas, TX...
81
JonWilliams@xxxxxxxxx...
Oct 26, 1999 8:07 pm
I am very keen to try the BX-24s PlaySound procedure. How is it that one loads a 1024-byte sample into the EE? Certainly you won't suggest that I chew up...
82
Frank Manning
fmanning@xxxxxxxxxxxx...
Oct 26, 1999 8:44 pm
... No, that won't be necessary. A quick'n'dirty way would be to append the data on the end of the executable (BXB) file. ... with ... BasicX/BX-24. ... ...
83
JonWilliams@xxxxxxxxx...
Oct 26, 1999 9:10 pm
Super. So, what you're saying (I must have skipped this in the manual) that the BXB file is the EE image? If so, one could write a utility to append all...
84
shaunwilson@xxxxxxx.xxx
Oct 26, 1999 10:04 pm
I was told the software was going to be on there website on monday. But i still dont see it. I ordered my BX24 on sunday and i was hoping to get fimilar with...