Python Forum
I need a serial device expert!
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need a serial device expert!
#11
A couple of things are not very clear for me :
Novatel has plenty of device and software, which one are you using ?
Anyway, you get data, so your connection works. However, their doc mention to use 115200 bauds ; did you try ?
I understand you have a device connected to a PC. Why using a COM splitter ? If the data is coming from outside (Novatel) to the PC (windows COMn), you should just manage one port.
When you talk about 0.4 second, I assume this is 16426,023556 minus 16425,983525 equals 0,040031000000454 , correct ?
So where does the gap come from ?
1 - The device misses some data, and it does not send it ; nothing you can do at the PC level, it must be corrected on the device.
2 - The device gets and sends all the data, and the PC misses it. I saw that sometimes, but in that case the communication doesn't get correctly synchronized after a while and the data becomes suddenly unreadable, looking like blocks of strange characters. Not your case, and certainly very rare with modern computers.
3 - The virtual port software does not run well. Looks strange but not impossible. You can replace it by a null modem cable, but I don't know if it's that easy to find nowadays.
If all of that gives nothing, it's time to ask the technical support team of Novatel, and anyway, I'm pretty sure it's not a problem with python.
Best wishes of success...
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  pyserial/serial "has no attribute 'Serial' " gowb0w 9 3,897 Aug-24-2023, 07:56 AM
Last Post: gowb0w
  How would you (as an python expert) make this code more efficient/simple coder_sw99 3 1,790 Feb-21-2022, 10:52 AM
Last Post: Gribouillis
  Reading UDP from external device without device software ikdemartijn 2 3,391 Dec-03-2019, 04:29 PM
Last Post: Larz60+
  Display device details i.e connected with more than one device shintonp 6 5,304 May-10-2017, 06:00 AM
Last Post: shintonp

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020