Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RX0 (serial port0) issue with RunCPM on Arduino Due #117

Closed
guidol70 opened this issue Sep 13, 2020 · 1 comment
Closed

RX0 (serial port0) issue with RunCPM on Arduino Due #117

guidol70 opened this issue Sep 13, 2020 · 1 comment

Comments

@guidol70
Copy link
Contributor

As Information/Solution for other users of RunCPM on the Arduino Due:

There is a hardware-design-error on some Clones and some Revisions of the original
Arduino Due which prevents the correct use of the RX0-Pin (serial TTL-Port Receive-Pin)
while not using the USB-Programming-Port for accessing RunCPM on the Arduino Due.
See RX pin doesn't work

The solution is to use the serial port 1 = RX1 and TX1

For that you have to replace all occurrences of "Serial." with "Serial1."

After compiling/uploading the sketch RunCPM on the Arduno Due will work with projects like

PiGFX (Raspberry Pi as serial Terminal using USB-Keyboard)

and
ESPTerm (ESP8266):

see also (in german) the problem-description

@MockbaTheBorg
Copy link
Owner

Updated and referenced on the Readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants