Open GoogleCodeExporter opened 9 years ago
Sir, you have connected a port known to have +/-12 volt swings, to a 3.3 volt
port on your Raspberry Pi. You have destroyed the serial interface, and more,
on your Pi.
You need to have an ancillary device between the two:
TM-T88IV --> TTL to RS232 adapter --> Pi
Your Pi expects 3.3v Transistor-Transistor-Logic level signals. It is not a
true serial port but rather, a more fundamental chip-to-chip interface.
Buy a few of these:
http://www.ebay.com.au/itm/MAX3232-RS232-Serial-Port-To-TTL-Converter-Module-DB9
-Connector-With-Cable-OP-/281540487863?pt=AU_Gadgets&hash=item418d1eeab7
Each one of these can be attached to the TX/RX pins of a full working order Pi,
Beagle, Arduino, Cubbie and more. You will have to disable Hardware Flow
Control on any device used, as these adapters typically have no Request-To-Send
or Clear-To-Send signal lanes.
When you do have this up and running, I can show you how to substitute fonts in
place. This can be used for new symbols like the Euro or directed quote marks;
though, I learned it because I needed a better font for all my hexadecimal
numbers.
Original comment by syncma...@gmail.com
on 16 Feb 2015 at 10:21
Original issue reported on code.google.com by
rodionov...@gmail.com
on 6 Feb 2015 at 11:58