Search results

  1. W

    Serial data in Similation mode

    Have a project using a 08m2 to read a serial data line. If certain data strings are received, the 08m2 will open or close a control line. The program works fine and does what I want. My question, is there any way to read a log file of the data received in simulation mode. I know I can enter a...
  2. W

    serrxd/sertxd

    Please help I have been working on the serrxd code for three days with little luck. The program has worked for years in the real world using button presses as control inputs. what I am trying to do now is replace the button press inputs. By doing this I replace 3 button press inputs with one...
  3. W

    Serial -in Serial - out pass through

    Is it possible to pass the data coming in on the serial_in pin C.5 on a 08m2 to the serial_out pin C.0 ? At this point I am using another IC ,CD4066, to control where the data on the data line is coming from, either from the 08m2 or the original data source. What i would like to do is pass thru...
  4. W

    serin time out on 08m2

    need help can't find answer in manual. Is there a way to detect the absence of serial data on the serin c.5 on the 08m2 without using the timeout ? As I under stand it I can't use timeout option on the 08m2 with the hserin command. I need to send serial data at 19200,n,1 and if I use the serin I...
  5. W

    Setting serout speed

    Trying to set a 14M serout to transmit at 19200,n,1 . The best I get is 9600. I tried setfreq m8 serout 13,N19200 Is this speed possible with the M14 or do I need to a different chip. If it is possible what do I need to do to get this speed ? Any help would be muck appreciated ?
Top