Hello, I am developing my first RFID application for the MC9090-G, however im having troubles using the following to create a reader: ReaderFactory.CreateReader(ReaderModel model, String configStr) Can someone please clarify what the configuration string is, the documentation provides an example of an XML string, however when using this I get a ReaderException with the following error message:
string configStr = @"
192.168.0.95
3000
80
4000
admin
change
Reader1
Symbol MC9090 Reader
MC9090
";
" Error in setting configuration:Malformed Config file:" Can anyone point out what I'm doing wrong here?
0 Replies