fbergama / pigfx

PiGFX is a bare metal kernel for the Raspberry Pi that implements a basic ANSI terminal emulator with the additional support of some primitive graphics functions.
MIT License
278 stars 62 forks source link

ERROR #13

Closed willtco closed 4 years ago

fordp2002 commented 5 years ago

When you set the port to 8 bits you will only ever see 9 bits on the scope. The stop bits is the same level as the idle statet so you can only ever see the start of the stop bit. If you send consecutive bytes you can sort of see the end of the start bit as it is the same as the start of the start bit for the next character.

willtco commented 5 years ago

Yes, I realised that (eventually), and tried to delete the post but, it does not seem possible - thanks for the reply.

chregu82 commented 4 years ago

This doesn't seem to need attention anymore.