• RL-TCP net doesn't support VLAN packages?
    Hi, I'm using RL-TCPnet to capture IP packets using TCP or UDP socket. Everything seems OK with normal ethernet packets (without VLAN tag). However when I try to capture VLAN packets e.g using UDP...
  • Tryign to send ethernet packet
    Hello everyone, I am trying to send an ethernet packet (an ARP-like packet precisely). I am building the packet, with the ethernet header, and I cannot manage to send it. I tried two different functions...
  • multicast filter for ethernet MAC packets
    Hi, Iam using NXP based LPC2468 microcontroller. Iam using Keil RTX. Iam trying to set up different filters using multicast MAC addresses. The communication architecture requires that the microcontroller...
  • Transmitting 2 bytes at a time
    I am trying to interface flash to 8051, when i try to read and transmit 2 bytes to PC, it displays only one byte to the terminal have used this same code Fn1(){ // read Operations ... ce = 0; ...
  • Control endpoint with 8-byte packet buffer
    Hello, I've been working with the STR912FW44 for a while implementing a composite device providing a Virtual COM Port, flash-disk emulation and an own 1:1 communication channel. My problem is...