Skip to content

salextpuru/esp_slip_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How it configs?

  1. start SLIP on PC sudo slattach -p slip -s 115200 /dev/ttyUSB0&

  2. config SLIP interface sudo ifconfig sl0 192.168.240.2 pointopoint 192.168.240.1 up mtu 1500 sudo ip route add 192.168.240.0 via 192.168.240.1 dev sl0

  3. telnet and config telnet 192.168.240.1 1023

About

Short and light WEB-server and SLIP-serial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published