Skip to content

drivers: modem: modem receiver is sending extra bytes around \r\n #14001

@rerickson1

Description

@rerickson1

Describe the bug
Extra 0's are being added before and after the '\r\n' terminator of every at command sent.
I am using an NRF52840 host processor to communicate with an HL7800 modem.

To Reproduce
Steps to reproduce the behavior:
This should be easily reproducible using the WNC modem driver with the NRF52840.

Expected behavior
Extra bytes should not be inserted into the messages being sent on the UART.

Impact
Showstopper for continuing my driver development.

Screenshots or console output
extra_bytes

Environment (please complete the following information):

  • OS: Windows 10
  • Toolchain: GCC 7_2018-q2-update
  • Commit SHA or Version used: Zephyr 5f2099f

@mike-scott

Metadata

Metadata

Assignees

Labels

area: DriversbugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions