Inverted Rx/Tx signal

I made an Arduino serial optical isolator using optocouplers. When trying to read data from serial monitor using parallax, I get error saying data < ascii 10 or > ascii > 200. Could it be because of an inverted Rx/Tx signal?

Where do you see this error ?

Is your opto-coupler inverting? It's possible to wire an opto-coupler either way... Schematic & P/N?

There is an extra > in that line.

data < ascii 10 or ascii > 200
Makes some sense.

Post the code. Read the forum guidelines to see how to properly post code and some hints on how to get the most from this forum.
Use the IDE autoformat tool (ctrl-t or Tools, Auto format) before posting code in code tags.

Please include the entire error message. It is easy to do. There is a button (lower right of the IDE window) called "copy error message". Copy the error and paste into a post in code tags. Paraphrasing the error message leaves out important information.

When i try to read data with the extension in excel.

Yes, the circuit is inverting, but i don’t know if that is causing the issue.

My bad, the error is displayed when i try to read from serial monitor in excel with a parallax(PLX-DAQ)extension.