hotstepper
02-27-04, 02:33 PM
Hi
I have an application written into the memory using the "AUTOSTART" command at location HEX 3C00. The version is 0.6...
Now on resetting the isopod using either the "alt+T" from nmiterm or using the reset button on the isopod the program runs fine..., but if i switch off the power totally and switch it one again the isopod doesnt respond as expected. what cud be the reason for this??
Also, let me know if there is any command for resetting the isopod within a machine??
One more thing:
: INTL DECIMAL 19200 SCI0 BAUD ; EEWORD
HEX 2800 AUTOSTART INTL
SAVE-RAM
This is the code i'm using to initialize the baudrate evrytime I switch on the isopod. I hav observed that hyperterm on windows responds well, but the same settings fail when I write a code in C an run it on a Linux based system. "Minicom" used in Linux responds perfectly.. with the same 8 databits, no parity, 1 stopbit settings, my c program is havin trouble communicating with the isopod over the serial port. It's resetting itself too often for my program to even send in any data i suppose. why is this happening?? Can someone tell me wat is the exact way of setting the properties for serial transfer in Linux for me to cross check my code? Please help me with this tooo...
In anticipation,
Hotstepper
I have an application written into the memory using the "AUTOSTART" command at location HEX 3C00. The version is 0.6...
Now on resetting the isopod using either the "alt+T" from nmiterm or using the reset button on the isopod the program runs fine..., but if i switch off the power totally and switch it one again the isopod doesnt respond as expected. what cud be the reason for this??
Also, let me know if there is any command for resetting the isopod within a machine??
One more thing:
: INTL DECIMAL 19200 SCI0 BAUD ; EEWORD
HEX 2800 AUTOSTART INTL
SAVE-RAM
This is the code i'm using to initialize the baudrate evrytime I switch on the isopod. I hav observed that hyperterm on windows responds well, but the same settings fail when I write a code in C an run it on a Linux based system. "Minicom" used in Linux responds perfectly.. with the same 8 databits, no parity, 1 stopbit settings, my c program is havin trouble communicating with the isopod over the serial port. It's resetting itself too often for my program to even send in any data i suppose. why is this happening?? Can someone tell me wat is the exact way of setting the properties for serial transfer in Linux for me to cross check my code? Please help me with this tooo...
In anticipation,
Hotstepper