• strange chars are sent in serial port
    Hello, I'm using a function to send char through the serial port. Sometimes, strange words (i.e ascii code 0x8 <VT>) are sent. I would like to know if some registers could be altered while an interrupt...
  • Read data that is sent to the ethernet port
    For the str9 comstick, does anyone know how to get tha data that is sent to the ethernet port. It is to read from Pin 0.2 to 0.5 which is the MII_RXD0, PHY Rx data? Thank you for any replies...
  • Are CAN messages continuously sent by hardware if there is no ACK?
    I am using T89C51CC03 UA right now. while debugging I found out that even if I wanna send a message once ( via interrupt ), the CAN bus is full of the same message with a period of 1.5ms. I am sure...
  • how to sent Letter "A" from Microprossor to Hyperterminal
    #include <REG51KJ.h> #include <stdlib.h> void serial_init() { TMOD = 0x20; //set timer 1 mode to 8-bit-auto-reload SCON = 0x50; //enable reception , det serial port mode to 8-bit UART REN ENABLE...
  • Some other message being sent,
    Hello everyone, I am tryin to program a XC164CM microcontroller for a TWIN CAN application. I tried to operate it in the Normal Gateway mode by receiving a message on one CAN node and transmitting it...