I have been trying for some time to get my Raspberry PI to talk to a Ethernet to RS485 converter that is connected to my Aurora PV inverter. It isn’t a good thing to bring to the space, since I need the inverter too, and it turns off at 6pm or thereabouts. Is there someone with enough linux/pi expertise that can help me get a virtual serial port created on the pi? I have been trying for ages to get it working. Works fine from Windows. Main issue is it can obviously only can be done in daylight hours.
Thanks
Regards
Daryl
I have been trying for some time to get my Raspberry PI to talk to a Ethernet to RS485 converter that is connected to my Aurora PV inverter. It isn’t a good thing to bring to the space, since I need the inverter too, and it turns off at 6pm or thereabouts. Is there someone with enough linux/pi expertise that can help me get a virtual serial port created on the pi? I have been trying for ages to get it working. Works fine from Windows. Main issue is it can obviously only can be done in daylight hours.
--
You received this message because you are subscribed to the Google Groups "Connected Community HackerSpace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to connected-community-h...@googlegroups.com.
To post to this group, send an email to connected-commu...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/connected-community-hackerspace/7050DA59889BBE4791CC766089108BF613E4BD41%40MOC-SERVER.moc.local.
For more options, visit https://groups.google.com/groups/opt_out.
Yes thanks guys, I came along to the raspberry pi jam on Saturday and Angus and then Alec got me up and going.
Turned out the program I was running didn’t have permissions to the virtual serial port. Chgrp fixed that up, so simple when you have the right knowledge. All working perfectly now.
Regards for the suggestions.
Daryl
To view this discussion on the web, visit https://groups.google.com/d/msgid/connected-community-hackerspace/CAEPooQG__eNfLkpfUwuwoS1PiY1Bj4%2BBr7TrQ3kLcxJL0x1-Wg%40mail.gmail.com.
Turned out the program I was running didn’t have permissions to the virtual serial port. Chgrp fixed that up, so simple when you have the right knowledge. All working perfectly now.
-- -O- cheers = /\ /\/ /) `/ = --O -- http://www.geekscape.org -- OOO -- an...@geekscape.org -- http://twitter.com/geekscape --
Hi Andy,
The command was chgrp tty aurora (aurora is the program that was accessing the port) and it seems to have fixed it permanently. But all increasing my linux knowledge.
Regards
Daryl
From: Andy Gelme [mailto:an...@geekscape.org]
Sent: Friday, 9 August 2013 11:49 AM
To: connected-commu...@googlegroups.com
Cc: Daryl Maunder
Subject: Re: [CCHS] Help with connecting pi to Ethernet to Serial converter
hi Daryl,
The command was chgrp tty aurora (aurora is the program that was accessing the port) and it seems to have fixed it permanently. But all increasing my linux knowledge.