Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Rufiorocks

  1. R

    robust control -- help needed with tracking

    I have very shallow knowledge of robust control. Please guide me about "Zero Step Tracking" in robust control.
  2. R

    AT commands through matlab to my mobile

    i have one more doubt.....we are using command "serial" for accessing my mobile but my mobile is actually connected by a USB to my cell phone..so how will it work for s=serial('com12'); plz help..
  3. R

    AT commands through matlab to my mobile

    does anyone know a different method... ---------- Post added at 17:09 ---------- Previous post was at 17:02 ---------- @tpetar just for the thought .. when we use a hyper terminal we press ctrl+z at the end...but while programming the port from matlab we dont send ctrl+z..is there any...
  4. R

    AT commands through matlab to my mobile

    i tried what u gave me to try.... also i tried to follow the same steps as i did in hyperterminal s = serial('COM16'); fopen(s); set(s,'BaudRate',9600); tx='AT+CMGS="xxxxxxxxx"';%mobile nunmber tz='AT+CMGF=?';% wanted to do exactly as i did in hyper terminal tq='AT+CMGF=1';% so took followed...
  5. R

    AT commands through matlab to my mobile

    its working fine with the hyper-terminal.i can send msg and get "ok" command when i type "at" at hyper terminal. but in matlab:- s = serial('COM12'); set(s,'BaudRate',9600); fopen(s); tx='AT'; fprintf(s,'%s',tx); out = fscanf(s) fclose(s) as suggested by one of the members in previous...
  6. R

    what is a 89V51RD2 FLASHER - USB board mean??

    **broken link removed** this is the board am intending to buy..plz explain me what a flasher board is and whats is flash programming?? can i use it as a normal burner kit for 8051 family..
  7. R

    arm7<->linux how are they really connected??

    ARM7 LPC2138 / LPC2148 Development Board [RKI-1159] - Rs.1,000 : Robokits India, Easy to Use, Versatile Robotics Kits...
  8. R

    arm7<->linux how are they really connected??

    i want to attempt it..but dun have sufficient knowledge that is y i needed a direction..i have recently started working on arm 7 board.thanks a lot all..
  9. R

    arm7<->linux how are they really connected??

    plz help me understand, 1. how is an operating system exactly connected to arm 7.?? --my und -- program in c(keil) then compiler converts it and we upload the file in arm 7 through flash magic. so how do we upload a whole operating system. 2. which all file formats(extensions)...

Part and Inventory Search

Back
Top