Serial port problem with SEN0386 gyro unit
Greetings,
I am trying to interface with an SEN0386 gyro, but my MCU does not support software serial protocol. I do have a free serial port (serial port 5 on a teensy 4.1) but I can't see a way to direct the supplied software to use that serial port. Is there a way to do this?
much thanks
2023-02-24 17:24:10
Hi
Serial 6-Axis Accelerometer for Arduino(SKU:SEN0386) can be used via any serial connection (TTL), no matter hard serial or softserial. You can just create a hardserial Myserial and communicate with this sensor in 9600 bit rate.
Hope it can help.
NeloKin Peter.Dilworth
wrote:
2023-02-24 18:07:37 1 Replies
I am very sorry, but I am not sure what you mean? The code samples you supply only use software serial protocol, and I do not see a way to implement any other way, can you please help me?