Menu

questions... several of them

Help
2007-10-19
2013-05-20
  • William Blaylock

    I can set up com0com with cnca0,b0,a1,b1 then I set up hub4com --route=all:all ...com1 b0 b1 and hyperterminal works fine all directions, I can see data sent by a device on com1 on both terminal windows, but I can not send any data back from hyperterminal or the apps for the device (a gps).

    I then try hub4com com1 b0 (I.E. no second listener) same results, I can see nmea data sent by the gps but I can not send any commands to the gps.

    What am I doing wrong? What more information do I need to provide to figure it all out?

     
    • William Blaylock

      I think I just discovered part of the problem... I didnt realize route and bi-route existed

      I will give that a try and see what happens doohhh.

       
    • William Blaylock

      Still no joy :( thought I had it figured out but even (pasted below) still only shows the nmea data generated by the gps, no commands I type and no response to those commands.

      ** com0com setup **
      command> LIST
             CNCA4 PortName=COM5,EmuBR=yes,EmuOverrun=yes,PlugInMode=yes
             CNCB4 PortName=COM6,EmuBR=yes,EmuOverrun=yes
             CNCA1 PortName=COM7,EmuBR=yes,EmuOverrun=yes,PlugInMode=yes
             CNCB1 PortName=COM8,EmuBR=yes,EmuOverrun=yes
      command>

      **hub4com startup **

      hub4com --baud=4800 --bi-route=all:all \\.\COM1 \\.\COM6
      or
      hub4com --baud=4800 --route=all:all \\.\COM1 \\.\COM6

      ** chunk of lines from gps +hub4com gps software on com5 **
      $GPRMC,075235.81,A,4850,N,11155.6924,W,00.0,000.0,191007,13.,E*7F
      $GPGSA,A,3,22,03,14,01,09,21,19,,,,,,2.2,1.1,1.8*3E
      $GPGSV,3,1,08,22,72,011,36,14,67,215,44,18,41,071,,01,32,219,43*76
      $GPGSV,3,2,08,19,32,288,41,03,29,251,42,09,28,061,41,21,19,137,40*7D
      $GPGSV,3,3,08,,,,,,,,,,,,,,,,*71
      ** sent version command here **
      $GPGLL,4041.2850,N,11155.6923,W,075237.812,A*28
      $GPGGA,075237.81,4041.2850,N,11155.6923,W,1,07,1.1,01303,M,,,,*39
      ** should see response here **
      $GPRMC,075237.81,A,4041.2850,N,11155.6923,W,00.0,000.0,191007,13.,E*7A

      ** chunk of lines -hub4com gps software on com1 **
      $GPRMC,080050.97,A,4041.2845,N,11155.6936,W,00.0,000.0,191007,13.,E*74
      $GPGSA,A,3,22,14,01,09,21,,,,,,,,3.8,2.3,3.1*34
      ** sent version command here **
      $GPGSV,3,1,09,14,72,220,44,22,70,024,36,01,37,222,39,18,37,075,*74
      $GPGSV,3,2,09,19,32,282,,09,27,056,36,03,26,247,,21,15,139,36*75
      $GPGSV,3,3,09,31,02,181,,,,,,,,,,,,,*48
      ** gps responds here **
      $PMGNVER,024,REV 3.15,GPS 315/320*7A
      $GPGLL,4041.2845,N,11155.6937,W,080051.906,A*25
      $GPGGA,080051.91,4041.2845,N,11155.6937,W,1,05,2.3,01292,M,,,,*3B
      $GPRMC,080051.91,A,4041.2845,N,11155.6937,W,00.0,000.0,191007,13.,E*72

       
    • Vyacheslav Frolov

      > hub4com --baud=4800 --route=all:all \\.\COM1 \\.\COM6

      Try

      hub4com --octs=off --baud=4800 --route=all:all \\.\COM1 \\.\COM6

       

Log in to post a comment.