2
votes
1answer
583 views

Inverting the input and output of a UART

I'm talking to a sensor using RS232 and the UART of an mbed. However I've noticed that the bits sent to and from the sensor are the exact complement of what they should be. What my mbed sees as a 1, ...
0
votes
2answers
233 views

How to make an mbed print text from ascii codes

I want to send Ascii codes to an mbed and have it print Ascii characters which can be seen from Hyperterminal. How can this be done? I looked at the mbed website and found nothing about keyboard input ...
1
vote
1answer
310 views

How should I debug my mbed project?

I'm using an external power source to power an MBED module. I have the UART transfer and receive ports connected to a MAX232 level switcher in order to make the signals compatible with RS232. From ...
0
votes
1answer
118 views

Using a laptop to communicate with an MBED module

I'm using an external power source to power an MBED module. I have the UART transfer and receive ports connected to a MAX232 level switcher in order to make the signals compatible with RS232. From ...