Replies: 2 comments
-
It also seems that sometime a packet will just not be sent at all but the following packet from the same call will. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Sandvoxel! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I will start out by saying I have a bit of a strange setup where my serial lines are connected to a FT260-Q ftdi chip that I am manually reading the interrupts from to grab my data but i do seem to be able to read serial just find with a script in the Arduino editor(I am currently using platformio for the main project). This FT260-Q is always connected even during programing as long as I dont close the program I wrote to read the data.(I am using pymcuprog uart programmer but this is a completely separate ftdi uart bridge). I am experiencing a strange issue where the the data I get back is almost good but will get random hiccups.
The strange part to me is if I open my program that read in the serial as the chip is programing it will read out the data correctly.
At first I thought it was a buffer overflow but the packet size is limited to a max of 32 bytes
Here is the code that transmits the data to serial for completion
I quite at a loss here on why the case where If open my software while it is programing causes it to work better. I would think that it has something to do with the uart alignment because my program re-sets up the uart chip but I dont see how that would be. Maybe I am missing something here.
Beta Was this translation helpful? Give feedback.
All reactions