• Interrupt not working(tx in softuart)(reception is inbuilt uart in the interrupt mode)
    #include<softuart.h> #include<stdio.h> #include<reg51.h> void uart_init(); sbit sw=P1^7; unsigned char rx(); code unsigned char rd[] = "AT+CMGR=1"; code unsigned char ne[] = "AT+CNMI=2,2,0,0,0"; unsigned...
  • Interrupt not working(tx in softuart)(reception is inbuilt uart in the interrupt mode)
    #include<softuart.h> #include<stdio.h> #include<reg51.h> void uart_init(); sbit sw=P1^7; unsigned char rx(); code unsigned char rd[] = "AT+CMGR=1"; code unsigned char ne[] = "AT+CNMI=2,2,0,0,0"; unsigned...
  • netError when using netUDP_Send, even though reception works in same socket
    Hello everyone! I'm currently using Keil uVision 5 in order to program an UDP interface in order to communicate with another machine on my local network. While the reception of messages via the configured...
  • netError when using netUDP_Send, even though reception works in same socket
    Hello everyone! I'm currently using Keil uVision 5 in order to program an UDP interface in order to communicate with another machine on my local network. While the reception of messages via the configured...
  • ethernet reception problem
    We are using LPC2378 with DP83848i PHY. Data transmission does not have any problem. I was checking through wireshark software. But while receiving data some bits were missing. Receiving interrupt also...