LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use PPP over serial or PPPoE with labview

I wont to comunicate with my rs232 port that in my computer, with a external microcontroller , my preferrd comunication protcol is  to use ppp (point to point protocol).how can I implement this over LabView  ?  ,And in addtionally,  how I can do this with my ethernet  port with the assistance of PPPoE ?
 
with best regards
tsuriel .
 
0 Kudos
Message 1 of 2
(3,124 Views)


@tsuriel wrote:
I wont to comunicate with my rs232 port that in my computer, with a external microcontroller , my preferrd comunication protcol is  to use ppp (point to point protocol).how can I implement this over LabView  ?  ,And in addtionally,  how I can do this with my ethernet  port with the assistance of PPPoE ?
 
with best regards
tsuriel .
 


You definitely do not want to implement PPP or PPPoE in LabVIEW itself. Not that it couldn't be done but those protocols are not trivial at all and require a solid understanding about networking protocols to implement them correctly and it would be a major work. Also performance of such low level protocols in LabVIEW would be less than optimal.

What I would do is install according OS system services that do this for you and then simply use the TCP/IP functions in LabVIEW to talk to your device.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(3,063 Views)