DEPRECATED

Returns RS-232 Data with activated RS-232 Extension

Description

get_rs232ext.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&begin=YYYYMMDDHHMM&end=YYYYMMDDHHMM&mode=CSV&charset=ISO-8859-1

Parameter

Parameter
Beschreibung
Typ
Hinweis
Pflicht
companyRTI company keystring
ja
vehicleRTI vehicle keystring
ja
beginstart of requested time rangedatestring

Format: YYYYMMDDHHMMSS

Between begin and end maximum 7 days difference allowed

ja

endned of requested time rangedatestring

Format: YYYYMMDDHHMMSS

Between begin and end maximum 7 days difference allowed

ja
modereturn formatstringCSV (Standard) or CSV_B64nein
charsetreturn charsetstringDefault: ISO-8859-1 (alltough a free defined charset code)nein

Return

Return a string. In case of error "ERROR:Description" will be returned.

CSV Format

Metainformationen

DelimiterComma ( , )
Text Delimiterdouble quote ( " )
Line End0x0D 0x0A (CarriageReturn LineFeed)
HeaderLine 1

Columns

Column
Description

DATEGPS date when measurement was created YYYY-MM-DD HH:MM:SS
CARVehicle LicenceString
SERIALOUTPUTRS-232 DataString

Example

"DATE","CAR","SERIALOUTPUT"
"2014-03-20 11:43:01","DD-ABC 123","ÿÿÿÿÿÿÿÿ!"
"2014-03-20 11:43:01","DD-ABC 123","Programvara no. PS312-002rev08"
"2014-03-20 11:43:01","DD-ABC 123","Kalibreringsmod Inst.t 32 Times"

CSV Base 64 Format

Metainformationen

DelimiterComma ( , )
Text Delimiterdouble quote ( " )
Line End0x0D 0x0A (CarriageReturn LineFeed)
HeaderLine 1

Columns

Column
Description

DATEGPS date when measurement was created YYYY-MM-DD HH:MM:SS
CARVehicle LicenceString
SERIALOUTPUTRS-232 DataString

Example

"DATE","CAR","SERIALOUTPUT"
"2014-03-20 11:43:01","DD-ABC 123","//////////8bIQ=="
"2014-03-20 11:43:01","DD-ABC 123","UHJvZ3JhbXZhcmEgbm8uIFBTMzEyLTAwMnJldjA4"
"2014-03-20 11:43:01","DD-ABC 123","S2FsaWJyZXJpbmdzbW9kIEluc3QudCAzMiBUaW1lcw=="

Example Calls

Request with default CSVformat and UTF-8 charset
https://map.yellowfox.de/rti/get_rs232ext.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&begin=20140320000000&end=20140321000000&charset=UTF-8
Request with format CSV Base 64
https://map.yellowfox.de/rti/get_rs232ext.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&begin=20140320000000&end=20140321000000&mode=CSV_B64
  • No labels