libftdi Archives

Subject: Receiving 01 60 in stead of echo on FT232RL

From: Venkatesh Shukla <venkatesh.shukla.eee11@xxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 21 May 2014 17:01:09 +0530
I am trying to import data from Heinrichs Weikamp OSTC 3. It contains
ft232rl chip. The procedure to get data us as follows.
1. Initialise and configure the device.
2. Write 0xBB (INIT) to the device.
3. Device replies with an echo (BB)
4. Read or write data as us required. (Not required during init)
5. Read ready byte (4D) from the device.

After initialisation, when I send the INIT byte, in stead of receiving
echo, i get byte 01. If further read calls are made I get a sequence
like this. '01 60 00 ...' Stream of zeroes continue.

Any idea why this is happening?

-- 
Venkatesh Shukla

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • Receiving 01 60 in stead of echo on FT232RL, Venkatesh Shukla <=