Dear all,
for a project we are trying to implement a virtual COM between our remote application and a microcontroller connected via USB.
So far the serial monitor between the remote application and the microcontroller works well, the problem comes whenever we try to upload a new program on the microcontroller board.
The problem seems to be on the virtual COM on the server side (the router) that is not RFC 2217 compliant.
Is there any support already available on the setting of ther router configuration?
EDIT: The router is a RUT906
Thanks in advance,
Marco
I used a raspberry pi in a test, to convert traffic from an IP network to the USB port through ser2net that can work in telnet mode (the one needed for my project) I saw that the package is available on the OpenWRT packages repository. However, I have no experience to understand how to install it in the RUT906, is there anyone who can kindly explain to me how to do it? Thanks in advance
Execute:
opkg -e /etc/opkg/openwrt/distfeeds.conf update
opkg -e /etc/opkg/openwrt/distfeeds.conf list | grep ser2net
opkg -e /etc/opkg/openwrt/distfeeds.conf install ser2net
Voilà.
1 Like
@flebourse thank you, it works!
This topic was automatically closed 40 hours after the last reply. New replies are no longer allowed.