How may I program a BasicX1 if I have the sftware and a chip? Is possible program the device with out using the development boards? any minimal configuration? ...
Hello, Any one may help for a minimum schematic for program the BasicX1 from the parallel port? Only the parallel port signal, power supply and clock circuits...
Has anyone out there gone the basicx IDE working well with wine? I am using wine 1.0.1.fc9 The problem I'm having is the IDE seems to just lock up when it...
Eric
bernhart2002@...
Sep 8, 2008 4:35 pm
22872
Anyone care to share there wine settings?? I have been thinking about writing my own script to upload the bxb to the Bx24 chip. Does anyone know if this will...
Eric
bernhart2002@...
Sep 12, 2008 1:06 am
22873
Can someone help telling me why my for-next loop hangs? See the following: sub WOL() dim i as Byte dim dataBuffer(1 to 110) as Byte 'Make MagicPacket call...
I have to add something. Maybe my way of programming is not right. The main program uses a do loop in which is is testing an I/O pin is changing state. This is...
Found the following "strange" thing. The following works fine. sub WOL() dim i as byte dim dataBuffer(1 to 57) as Byte 'Make MagicPacket call beep() ...
Looks like I'm the only one responding to my own topic. In the mean time I found that it is a problem of RAM shortage. Reducing the size of other DIM's also...
Hi, I checked your for loop and? it is okay. Try debug.print "loop =";cstr(i) inside the loop.This is to check if you stayed in the loop. Should print 6 times....
In the module called Make MagicPacket you are using the variable i to incriment thru the loop, but in the very next line you are assigning the value held in...
Hi, I think he is right. He is using the i as a index for the buffer. His buffer is 1? to 110. So he is addressing the first 6 variable of the buffer and...
Hi, I modified your program like this and it's worked. You would see the red? light in the cpu blinking. rosarite Option Explicit public t as byte ???? Public?...
Good job. It is an easy mistake to make. I am sure you would have caught it. AS a rule if thumb I always save variables i for loops and never use them for...
... Anyone???? or did I just waste $50 ... [Non-text portions of this message have been removed]...
Eric
bernhart2002@...
Sep 25, 2008 4:21 am
22883
Hi, It's look like no too may people are using linux. I used linux and? I tried wine but normally it gave me so may errors ? that I stopped using it. Keep...
All has been solved! It was RAM overflow. With the program RAMALYZE of Don I found that my RAM usage was more than 400 bytes. So I solved it by taking out...
Hi, You do not mention what type of tx/rx you want. There are different type of tx/rx. Here is a link for a rf serial tx/rx used in building robot. ...
I use the UM96. See: http://www.sparkfun.com/datasheets/RF/HAC-UM96_manual.pdf ... From: sousax69 <sousax69@...> Subject: [BasicX] transmiter/reciver for...
Do you have any more information regarding your requirements? I have found the XBEE's to be great radios and a great price but they may be overkill for your...
Hello fellows I'm looking for an equipment that can work as a network card and at the same time communicate with BX24... My idea is: 1- Collect environmental...
Yes, our Siteplayer Telnet product would work well for your application. Siteplayer.com Regards, Chris ... From: David Sousa Mendes To: basicx@yahoogroups.com ...
Or this unit. http://www.lantronix.com/device-networking/embedded-device-servers/xport.html Darren ... [Non-text portions of this message have been removed]...
Hello fellows I'm looking for a weight scale with an analog output (4-20mA or 0-5V) to connect to the BX24. The range doesn't need to be bigger than 0-1Kg and...
http://www.doranscales.com/data-communications.htm On Wed, Oct 8, 2008 at 5:43 AM, David Sousa Mendes <davidsousamendes@... ... [Non-text portions of this...
I'm using the SitePlayer (not the TELNET Siteplayer, whish they had a better name for this 2 total different devices). But this LANTRONIC device also looks...
RS232 scales www.oldwillknottscales.com ... 0-5V) to connect to the BX24. The range doesn't need to be bigger than 0-1Kg and the precision doesn't need to be...
Hello all, My name is Jeremy and I'm working on a Senior Design Project at the University of Alabama in Huntsville. My team project is a weather balloon with a...
HI Jeremy, I am also working on a wildlife project that is doing something similiar but not a balloon. Our payload is a live Elk. What camera are you using? ...
Three things. 1. Is Spin and ADC value? If so why don't you save your values as integers and convert them to singles when you download the data? That would...