On Wednesday 30 May 2012 09:28:56 Joachim Franek wrote:
> http://www.ethersex.de/index.php/Main_Page

I played with this code (hw: netio).

Results:
- ADC is working (10bit)
- pwm (named Stellalight) works (range 0..255)

Commands: ECMD (http://ethersex.de/index.php/ECMD_Reference)

Interfaces: rs232, tcp, udp

Examples:

rs232:  (with 2,7V)
command: adc get 4
response: 228

command: channel 0 240
response: OK

eth tcp:
$ echo -e "adc get 4" | nc 192.168.1.92 2701
227 
$ echo -e "channel 0 250" | nc 192.168.1.92 2701
OK

eth udp:
$ echo -e "adc get 4" | nc -u 192.168.1.92 2701
227 
$ echo -e "channel 0 250" | nc -u 192.168.1.92 2701
OK

Joachim 


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to