... I make this in two parts. 1) create a little file with my data use rabbit file system 2) call in html page , a little java applet for draw the graph. ...
I want stream a file (generated on the time request) to client. But the string always show in webpage... The HTML header seem not working? Can anyone tell me...
Hi, I am trying to get a serial modem working with my development board, a BL2010. The basic rs232 test programs worked fine (PUTS.C and RELAYCHR.C). I then...
Hi, Can anyone tell me how I can build an intenet( not ethernet based) based firmware download manager and what steps should be taken? Thanks and regards, ...
Tausif
tausif@...
Jun 1, 2005 10:34 am
27986
... I really like that idea. It saves the controller the overhead of generating the files, and allows an interactive view. I think this is the way I shall do...
... As I said, on my board (BL 2010), according to the diagram at the back of the manual, pin PB6 is attached to RS485_EN (rs485 enable?) and not a conector...
... One thing that our company does is use bare PCB material for alot of complex machining type panels. It's cheap, our board house doesn't charge any...
... Speaking of Noritake, does anyone have any positive or negative experiences they'd like to share with regards to customer service, delivery times, contact...
Is it possible if I get a sample of your code too? I am currently working on a thermistor project and the current code is inadequate. I am interested in code...
... I just thought I would let you know what I have just done, at least I may be able to help someone instead of just asking questions here ;-). You need to...
Another thing to watch out for, if you are using a serial modem: I have noticed that some "off-the-shelf" serial external modems will communicate just fine...
Why not characterize the thermistor and resistor pair and create small lookup table, then extrapolate between points in the table? That's what I do, and it ...
... When I did a project with them several years ago, their sales / tech support seemed pretty good, aside from language being an issue, and the data sheets...
I have very good support from Noritake, I use the GU140x32F c-mos serial type, our contac name is Ave Kojima. We developed a driver for uC-OS, no problem. By...
... There are AT commands to disable RTS/CTS and also DTR. The difference you saw is some modems default with data-mode handshaking on while others default...
... As an FYI about modems, I just got some new ones from Xecom. They don't allow the &C command (in fact, they respond back with ERROR when it is sent inside...
... I believe I saw that on one of the Cermetek modems. It is not a big issue on built-in modems as you can just tie the lines high. External modems should...
Estiamdo mariano te comento que tambien uso el rcm2200 y tengo una aplicacion corriendo con la port serial D, y las consultas las puedo hacer via el telnet del...
"Your GupShup Forum" Click Here if u wanna to Receive such GOOD mails http://groups.yahoo.com/group/theinnocent/join CALL US : 0092-300-7423859 Hey Believe...
What ever you do don't use Cermetek in your production products. There ISP sucks. Ryan ________________________________ From: rabbit-semi@yahoogroups.com...
PB6 isn't important. If you have the rest hooked up it should work fine. Is your modem 5 volt?? If only 3.3 it won't interface. Been there tried that. ...
Hi, I have been using the serial ports of my Rabbit 3000 without problems. I just do simple things such as: serDopen(19200); serDread... serDwrite... And I...
The book is just showing you how to do the lowl evel stuff that's required to use a serial port. Unless you want to write your own serial port routines because...
I think I give more info coz no one reply me. I want create a cgi link, when user click the link, browser should pop up a window ask for open or save into...
Hi, I seem to be confused with the RS485 Comms. I send a byte out on Serial E. Before sending out I enable the TX pin. After the byte is sent I pull the Tx pin...
There is a status in one of the serial port registers that indicates when the last bit of the byte being transmitted has shifted out (shift reg empty). You...
Hi Steve, SESR at address 0xCB, bit 3 is what you are saying? I am having trouble in accessing this bit directly from C. Do I have to go to assembly for this? ...