??? 03/06/06 06:56 Read: times |
#111332 - Buying, building and Writing.. Responding to: ???'s previous message |
Thank you all for your replies.
Jan: Anyway, its okay, I would check some other sources. But the miniLA project was quite impressive. Richard: Thanks for your replies. You have given me so much inputs and options. I would process them soon. The exact problem now is not technical, but time. If I start this LA part as a project, then the main project (Sensor networking using CC2420) will get lesser priority. I am really running short of time, thats why I am hesitating in any new venture till the main project gets over. Andy said:
The hardest thing is writing a useful host (PC or Mac OS X) program! I was thinking that I can send the data over in VCD (Verilog change dump) format and parse it and display waveforms using GTKWave, and a little custom program sets up triggers and so forth. But last week I was poking through LabView and there's a LabView control that does exactly what I want, so I may go that route Exactly, Andy. Last night, I built a data capture hardware. It has an Atmega8535 running at 8MIPS, with RS232 of 56000 Baud. I could read a byte(from a 8bit port), and send it thru UART in less than 100usec. I havent used any sort of buffering(just was checking the idea), but the problem was on the other side: I used serial caputure terminal called 'Bray's terminal', and it takes a lot of time for the capture program to manipulate this much data. Then I also tried to send the port status only when any one of the inputs is changing, and I have to evaluate that program today. Thank you all for your valuable inputs. Cheers, Vignesh |