DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Acquiring data from USB-SERIAL port (COM4) - Bluescreen boot

Hi everyone
 
I am facing problems regarding data acquisition from a GPS device. The PC has no serial RS232 port so I have to use the adapter
USB-RS232. This creates a virtual COM_x port. The data is acquired sucessfully by Diadem 8.1 thru a control file *.atr, until the measurement is finished, when the system reboots and the bluescreen appears.
 
The port configuration in Diadem is correct. Nmea = 4800 baud rate
 
Does anybody know this problem ?
 
Attached the atr file
 
Regards
Rodrigo - Brazil
 
 
 

Message Edited by RMOZARD on 04-08-2007 05:23 PM

Message Edited by RMOZARD on 04-08-2007 05:23 PM

Message 1 of 4
(4,601 Views)

Sorry the correct atr file is the following:

{ Initialization
Init
   SET COM4 TO=2 EOL=\010
End


{ Read measuring data
Input

   SYNC COM4 "GPRMC,"
   {          UTC,    Valid,   Lati,   N/S,     Long,    W/E,     Speed. }
   Read COM4 "%6AR%1C %1BNB%1C %9AR%1C %1BNB%1C %10AR%1C %1BNB%1C %AR"

  
   SYNC COM4 "GPGGA,"
   {               Sat,    Precision, Altitude
   Read COM4 "%34C %2AR%1C %AR%C  %AR"

   SYNC COM4 "PGRME,"
   {          Horiz, Vert,
   Read COM4 "%AR%3C %AR%3C"

End


{ Deinitialization
DeInit
End

Message 2 of 4
(4,590 Views)
Hi Rodrigo,
 
greetings from Mr. Mugele and please contact me with mail, perhaps we have a better solution for you.
 
Regards
Sven Armbrust - Stuttgart 
0 Kudos
Message 3 of 4
(4,559 Views)

Hi Sven,

What a nice coincidence.Greetings also for Mr. Mugele and for you.

Please send me your e-mail or contact-me: rodrigo.mozardo@uol.com.br or by Notes "RMOZARD"

Regards from Brazil

Rodrigo

 

Message 4 of 4
(4,551 Views)