Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~525 People Reached
Favorite Forums
Favorite Tags
c x 3
Member Avatar for cktbrd

I have been away from c for awhile and was hoping that someone could guide me on how to code the following: I have a string for the time that is in the format hhmmss.sss (hour, minute, seconds, fraction of seconds). I would like to parse the string and store …

Member Avatar for kings_mitra
0
238
Member Avatar for cktbrd

I need help with this. It has been awhile since I coded in c. [CODE] unsigned char test=0x00; char tmp[20]; //reserve 20 bytes for string switch(test) { case 0x00: tmp="Hello String 0"; break; case 0x01: tmp="Hello String 0"; break; case 0x0F: tmp="Hello String 0"; } [/CODE] All I want to …

Member Avatar for cktbrd
0
91
Member Avatar for cktbrd

I have a port server that converts an 19.2kbps rs-232 data stream to tcp/ip then to my computer wirelessly using Motorola Canopy system. When my tcp/ip server software connects to the end device (the serial device), the available bandwidth is reduced drastically. Here is a screen shot of the bandwidth …

Member Avatar for cktbrd
0
196