Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - PADMANABHAM

#1
     i tested by setting flow control to none,  but no use,   and my one more observation is,  
    for testing this  i have written a simple serial port routine on dos plat form using Turbo C,  there i have configured  MCR (MODEM CONTROL REGISTER) setting 0x00,   BASE PORT +1, with value  0x00,  then it starts working,  and ISP and  Mysimple terminal both working on same cable wiring, but still im getting problem due to  flashmagic im working on windows environment and that too  direct from uVision, and to run my terminal program im going to dos mode, after exiting from dos to windows mode then only  flashmagic starts working other wise its showing error accessing COM port.
     any way  pls help me on this  modem controll settings in hyperterminal or suggest me any other good terminal program  (preferably freeware)

Thankyou,
PADMANABHAM
#2
Dear sir,
     You mean that shall i try without connecting  (shorting) pins 7-8, 1-4-6
????????.   and  change settings of hyperterminal into  no flow control????.
     or  shorting  7-8,  1-4-6  along with no flow control????.  i already tried this,  but this is giving problem,  system going to reset mode, means reset pin remains high  and psen pin remains  low :(.
     ok  i will try first one  only four wires,  TX, RX, DTR and RTS and i configure hyperterminal to no flow control and i will come to you back, with results.

Regards
PADMANABHAM
#3
Dear Sir,
      I am facing a problem,  first i will explain my hardware,  iam using P89C51RD2BN and  handshake controls for to get into isp mode and i configured  flashmagic settings also,  and working well
      but  when iam trying to use  hyperterminal for display  "Hello world " program  nothing is displaying,  
      later i connected (shorted)   pins   1-4-6  and 7 -8,  pins of 9 pin D connector at pc side,  and removed  handshake leads, then starts working displaying  "hello world"
      but keeping these connections along with handshake pins which are controlling ISP,  interupting ISP system through handshakes,  and my  PSEN remains low, and RESET remains HIGH, this is causing system not working,  
      what can i do, to use both  handshake based ISP control and serial programing,(terminal),.
 

thankyou,
PADMANABHAM
#4
Old Topics / Re: COMMAND MODE IN KEIL
May 04, 2004, 09:09:15 AM
Thankyou Sir,

   Its working but without EXECUTE why,  when i put EXECUTE it shows error.
   without EXECUTE taking program and executing program

PADMANABHAM
#5
Old Topics / Re: COMMAND MODE IN KEIL
April 26, 2004, 07:03:59 AM
Sir,

I am talking about code under developing only, when i do some programe after writing code i will check whether it is working perfectly or not and if any goes wrong i will make modification and again load it into chip and again checking.

this process may continues till code comes perfectly, after perfect code i will load it in direct to chip(89c51 etc) through parallel programmer.

any way i want to load code directly from keil ide (WITHOUT GUI OF FLASHMAGIC)

PADMANABHAM