• ARTX-166 TCPNet: Sending UDP frames to a broadcast IP via Ethernet
    Hi, I use ARTX-166 on a C167 with CS8900 Ethernet chip. Everything works fine, but when I try to send a UDP frame to e.g. 192.168.0.255 (Subnet mask 255.255.255.0), which is the broadcast address,...
  • ARTX-166 TCPNet: Sending UDP frames to a broadcast IP via Ethernet
    Hi, I use ARTX-166 on a C167 with CS8900 Ethernet chip. Everything works fine, but when I try to send a UDP frame to e.g. 192.168.0.255 (Subnet mask 255.255.255.0), which is the broadcast address,...
  • 87c591 CAN Remote Frame Requests
    Hi, I can find alot of documentation on generating remote frame requests on the 87c591 and sja1000 CAN interfaces , but can find no information on how to handle a request. All code that I have tried...
  • 87c591 CAN Remote Frame Requests
    Hi, I can find alot of documentation on generating remote frame requests on the 87c591 and sja1000 CAN interfaces , but can find no information on how to handle a request. All code that I have tried...
  • Feature request: Simulate CAN REMOTE FRAME with DLC not equal to 0
    The debug functions in debug.ini: FUNC void sendMessage3(void) { CAN0ID = 0x0321; CAN0L = 6; CAN0IN = 3; } FUNC void sendMessage6(void) { CAN0ID = 0x07654321; CAN0L = 6; CAN0IN = 4; } define...