You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have purchased a cape made by GHI have been trying to make it work as a serial port RS485 but so far no avail.
In the file uEnv.txt I have enabled the following line:
uboot_overlay_addr0=/lib/firmware/BBORG_COMMS-00A2.dtbo
BBORG_COMMS-00A2.dtbo is present in /lib/firmware
When I try to send a message over serial echo message > /dev/ttyO4 on other end where I have another 485 usb to serial all I get is unrelated single letters or digits such as 0, H, (, ) etc but not the message I'm sending.
When attaching a USB to rs485 on the beaglebone I'm getting the desired results on the other end which sits on another machine i.e
echo message > /dev/ttyUSB0 on other machine message is being received exactly as send.
I'm having exactly the same results on latest debian image 10.3 and previous debian release 9.8
Any ideas as I've spent 3 days with this but just can't get the cape to work.
Thank you for your time
The text was updated successfully, but these errors were encountered:
I have purchased a cape made by GHI have been trying to make it work as a serial port RS485 but so far no avail.
In the file uEnv.txt I have enabled the following line:
uboot_overlay_addr0=/lib/firmware/BBORG_COMMS-00A2.dtbo
BBORG_COMMS-00A2.dtbo is present in /lib/firmware
When I try to send a message over serial echo message > /dev/ttyO4 on other end where I have another 485 usb to serial all I get is unrelated single letters or digits such as 0, H, (, ) etc but not the message I'm sending.
When attaching a USB to rs485 on the beaglebone I'm getting the desired results on the other end which sits on another machine i.e
echo message > /dev/ttyUSB0 on other machine message is being received exactly as send.
I'm having exactly the same results on latest debian image 10.3 and previous debian release 9.8
Any ideas as I've spent 3 days with this but just can't get the cape to work.
Thank you for your time
The text was updated successfully, but these errors were encountered: