I am using zterm and Max/MSP
With ShowData(upkt.GetDataBuffer(), len); when I send a UDP byte I get the appropriate byte out serial but represented in ascii hex
with write(fdserial,(const char *) upkt.GetDataBuffer(), len ); I send a UDP byte and get the exact byte back out of serial from 32 to 127 ...
Search found 2 matches
- Wed May 12, 2010 1:06 pm
- Forum: NetBurner Software
- Topic: UDP Byte in Serial Byte out
- Replies: 8
- Views: 5990
- Wed May 12, 2010 9:54 am
- Forum: NetBurner Software
- Topic: UDP Byte in Serial Byte out
- Replies: 8
- Views: 5990
UDP Byte in Serial Byte out
I am trying to do a simple thru-put.
I know I am sending a single byte via udp to my SB72, but printing that byte to the serial port seems to be problematic.
I have tried using ShowData(upkt.GetDataBuffer(), len); but this converts the byte to ascii
I have tried using write(fdserial,(const char ...
I know I am sending a single byte via udp to my SB72, but printing that byte to the serial port seems to be problematic.
I have tried using ShowData(upkt.GetDataBuffer(), len); but this converts the byte to ascii
I have tried using write(fdserial,(const char ...