Recent content by Wingrider

  1. W

    Serial data in Similation mode

    Thank you for the reply. This was just a can it be done question. The program works fine and has been for 6 years. I was using the program to play around with the simulator and was curious if it could be done.
  2. 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...
  3. W

    serrxd/sertxd

    Thanks for all the help. You confirmed what I thought but it is nice to have it confirmed by the experts.
  4. W

    serrxd/sertxd

    Finally returned to this project Sorry for the long delay. Was able to read the input with setfreq M32 serin C.1,N19200_32,($10,$03,$10,$08),b0 the above works great but the following doesn't seem to work setfreq M16 serin C.1,N19200_16,($10,$03,$10,$08),b0 Shouldn't they both work ?
  5. 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...
  6. 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...
  7. 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...
  8. 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