Search found 2 matches

by agruver
Tue Jun 27, 2023 1:33 am
Forum: BioSemi Software (ActiView executable)
Topic: Matching data sent over TCP to saved BDF data
Replies: 1
Views: 2808

Re: Matching data sent over TCP to saved BDF data

I thought about this a bit more and wanted to share my latest thinking in case it's helpful. It seems like there are a few different forum posts on this. My pseudocode for converting TCP/IP to exactly match the data saved in the BDF file would be as follows - 1) there are a few different forum posts...
by agruver
Mon Jun 26, 2023 6:24 am
Forum: BioSemi Software (ActiView executable)
Topic: Matching data sent over TCP to saved BDF data
Replies: 1
Views: 2808

Matching data sent over TCP to saved BDF data

Hi all, I'm having trouble testing my code for receiving ActiveTwo data over the TCP connection and making sure it matches the saved BDF data. I've seen the forum threads on how to convert the three bytes of data sent over TCP into an unsigned int, and then converting that unsigned into into a signe...