- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I wish to perform a sport read_data/or write data command.What should I do if I am not sure of the baud rate of my comm port.Where should I look for information regarding it.And what is the order in which I must execute...currently I am doing the following:
istat=sport_get_state(#port,baud,parity,dbit,sbit)
istat=sport_connect(#port,0)
istat=sport_write_data(#port,"sample",6)
the error value that is returned is 87 for the 1st and 3rd statement and for connect statement I get an error value=2.Could you provide me some help.
istat=sport_get_state(#port,baud,parity,dbit,sbit)
istat=sport_connect(#port,0)
istat=sport_write_data(#port,"sample",6)
the error value that is returned is 87 for the 1st and 3rd statement and for connect statement I get an error value=2.Could you provide me some help.
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page