• Can i view the incoming bytes from COM1 when simulating?
    Hi, everyone: My program is communicating with a device via RS232. I issued debug commands like this: mode COM1 19200,0,8,1 assign COM1 <sin >sout Communication works well, and i can see the outgoing...
  • Can i view the incoming bytes from COM1 when simulating?
    Hi, everyone: My program is communicating with a device via RS232. I issued debug commands like this: mode COM1 19200,0,8,1 assign COM1 <sin >sout Communication works well, and i can see the outgoing...
  • How can I use putchar while I have to handle incomming bytes
    Hi, I have a serial ISR that reads and interprets incomming data but also I have to put data to serial port. the problem is putchar needs TI to be set and TI triggers serial interrupt. what is the usual...
  • How can I use putchar while I have to handle incomming bytes
    Hi, I have a serial ISR that reads and interprets incomming data but also I have to put data to serial port. the problem is putchar needs TI to be set and TI triggers serial interrupt. what is the usual...
  • Multiple incoming connections with TCPNet
    Hi, There's something I don't understand reading the tcpnet user guide . I want to code an simple FTP server that can manage at least 2 connections. Si it seems I have to create a listening...