Search results

  1. G

    HSERIN dropping bits

    After a lot of experimenting with timing, my routine is now working. I found that without a substantial pause after the HSEROUT("DISP MEMORY") command to the radio, apparently there was enough discrepancy before the data returned that bytes were dropping. I finally got it down to usually...
  2. G

    HSERIN dropping bits

    Thank you for the code snippet. I've tried it, and it does consistently read the radio memory location, both at the 8 Mhz rate and the 64 Mhz set with the external resonator, into scratchpad memory. However, getting the data out of scratchpad memory into RAM glitches about every 7 or 8...
  3. G

    HSERIN dropping bits

    Thanks for the replies. I tried to use background receipt of data, and nothing appeared with the serial out command. I'll try it again. And I am not running the SERTXD routine when the HSERIN routine is running, only after it has captured the incoming data stream to scratchpad memory, so they...
  4. G

    HSERIN dropping bits

    Picaxe 28X2 module, high speed serial port set to 19200, using SETFREQ EM64, HERSETUP B19200_64, with the module's external regulator to get the baudrate I need. I'm working on a two way ham radio project involving a Harris M7100 VHF mobile. I can send a command to the radio to change the...
Top