So it meant I didn’t have to use the arduino as an usbserial converter anymore. Then the time came to connecting xport through arduino by basic program that Tom wrote. That experience was kind of interesting. I compiled the code and upload it to my chip and then I connected rx/tx of arduino to xports tx/rx. The program was supposed to do this: If I connected to xport through telnet, which I did ok, and type characters, in my local terminal which is connected to arduino should be printing hello world text for each byte that I was sending from telnet. Well that didn’t work quite expected. When I did it, only the character reecho in the telnet window, and nothing showed up in my terminal. But this happened: When I press letters when my terminal screen was selected, it sent hello world to the telnet window and I saw it was printing there! Now what’s going on here? I left the answer of this question to tomorrow.