PSLLSP

Results 122 comments of PSLLSP

My genuine FT232RL chip that works great is "revision B" and it was manufactured in year 2010. All other FT232RL adapters I have are with chips in revision C, and...

I have found another FT232RL adapter in a box with my old projects.It is revision C from year 2014 and it works! So far I have only two adapters those...

I modified `stcgal` to print more details about data it sends and receives. I see difference between genuine and fake chips. When fake chip is used, `stcgal` receives more bytes...

I have found simple 8 channel logical analyzer from "Salease" and checked data on serial line. I understand the issue now, it is crystal clear! Serial communication of STC15F104W is...

DEMO program for STC MCU for SDCC compiler. It sends data to serial port in format 9600 8E1, just a text strings. It uses software UART and I test it...

Test in Python to identify FAKE FT232RL. Similar test like in the previous update, this time is generator written in Python and it switches between "9600 8E1" and "9600 8N1":...

I received new serial adapter, from Aliexpress. It is with chip FT232BM. And it is FAKE chip! This is how it identifies in Linux (dmesg). This chip has no serial...

> Is there any reason to buy FT232 chips nowadays? Especially from Ali, where no one have any reason to provide anything genuine (when cheaper fakes are available). FT232RL has...

I have not tried to manually force some protocol, I used auto-detection only. I have an update to "fake" chips. I bought "genuine" FT232RL and FT232BL from official components distributor...

I just try FT232RL with framing bug with STC15W201S. When I try autdetect mode, it doesn't work, STC MCU is not detected: ``` $ stcgal -p /dev/ttyUSB0 ``` ``` Waiting...